this repo has no description
1opam-version: "2.0"
2synopsis: "Create a record validator via composable sub-validators"
3description: "Create a record validator via composable sub-validators"
4maintainer: ["Sebastian Porto"]
5authors: ["Sebastian Porto"]
6license: "ISC"
7homepage: "https://github.com/sporto/ocaml_validator"
8bug-reports: "https://github.com/sporto/ocaml_validator"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "2.7"}
12 "alcotest" {with-test}
13 "ppx_deriving" {with-test}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/sporto/ocaml_validator.git"
31url {
32 src:
33 "https://github.com/sporto/ocaml_validator/releases/download/0.2.3/validator-0.2.3.tbz"
34 checksum: [
35 "sha256=c54012be18ee9ebe850b0f051fd3ffc5ffd86879c9f74a7133c97a77ce9ab6ce"
36 "sha512=8a392666a3afc7637551f81cdcecb2071c048844552fe4cd28d4314b6229bb19bd7197460c509fa82bf9bdcf5e76b3b89d0a98963689b98dd7d9f8596e031ed2"
37 ]
38}
39x-commit-hash: "6e7c22bc2fcb4c1876323acd98836f468b518fbc"