conformistversion
Conformist allows you to define schemas to decode, validate and sanitize input data declaratively
Conformist allows you to define schemas to decode, validate and sanitize input data declaratively.
It comes with runtime types for primitive OCaml types such as int
, string
, bool
and float
but also Ptime.date
, optional and custom types.
Re-use business rules in validators and run it on the client side with js_of_ocaml.
Arbitrary meta data can be stored in schemas which is useful to build functionality on top of conformist.
Author | Josef Erben |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/oxidizing/conformist |
Issue Tracker | https://github.com/oxidizing/conformist/issues |
Maintainer | josef@oxidizing.io |
Dependencies | |
Source [http] | https://github.com/oxidizing/conformist/releases/download/0.4.0/conformist-0.4.0.tbz sha256=cabb3e2c2c828d264703a9e42e0a47ee9d766ce129bca4c20eb511d812622623 sha512=b2c4a36e51cc4239cc95fe32661a6dad0b804810e62040ddc843ead1371b26a72602da5523fb1e4ba125552cdcda91ac53e057b3c224f8950db7a22eecc97094 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/conformist/conformist.0.4.0/opam |
Required by
- ask
- ask-integrator
- sihl>=0.4.0 & <0.6.0~rc1