opam-version: "2.0" synopsis: "Create a record validator via composable sub-validators" description: "Create a record validator via composable sub-validators" maintainer: ["Sebastian Porto"] authors: ["Sebastian Porto"] license: "ISC" homepage: "https://github.com/sporto/ocaml_validator" bug-reports: "https://github.com/sporto/ocaml_validator" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.7"} "alcotest" {with-test} "ppx_deriving" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/sporto/ocaml_validator.git" url { src: "https://github.com/sporto/ocaml_validator/releases/download/0.2.3/validator-0.2.3.tbz" checksum: [ "sha256=c54012be18ee9ebe850b0f051fd3ffc5ffd86879c9f74a7133c97a77ce9ab6ce" "sha512=8a392666a3afc7637551f81cdcecb2071c048844552fe4cd28d4314b6229bb19bd7197460c509fa82bf9bdcf5e76b3b89d0a98963689b98dd7d9f8596e031ed2" ] } x-commit-hash: "6e7c22bc2fcb4c1876323acd98836f468b518fbc"