validate
Validator
An OCaml library for automatically generating and utilizing validation functions through annotations.
OCaml library designed to streamline the process of validating records, variants, lists, or values. It primarily operates through a PPX deriver that automatically generates validators.
16 stars
1 watching
0 forks
Language: OCaml
last commit: 10 months ago
Linked from 1 awesome list
validation
Related projects:
Repository | Description | Stars |
---|---|---|
bartoszlenar/validot | A compact library for advanced model validation with a fluent API. | 307 |
shezadkhan137/required | A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. | 60 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
aperezdc/gnarl | A lightweight module for defining schema-validated classes with type-checked attributes. | 5 |
why520crazy/ngx-validator | A library that simplifies the process of validating forms in Angular applications by automatically generating error messages and support for custom feedback strategies. | 43 |
w3c-validators/w3c_validators | A Ruby library providing a unified interface to online W3C validation services. | 94 |
albert-io/optimal | A schema-based keyword list option validator. | 48 |
kiliman/remix-params-helper | A utility package to simplify working with Zod and standard URLSearchParams and FormData in Remix applications | 250 |
serkin/volan | A PHP validation library designed to validate data against user-defined schemas, providing detailed information on invalid nodes. | 44 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
twharmon/govalid | Struct validation using tags | 46 |
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
michaelklishin/validateur | A Clojure(Script) validation library with functional validators and higher-order functions for validating data | 185 |