this repo has no description
1opam-version: "2.0"
2synopsis: "Type-safe encoding to and decoding from JSON"
3maintainer: "contact@nomadic-labs.com"
4authors: [ "Nomadic Labs" "Ocamlpro" ]
5homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
6bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
7license: "LGPLv3 w/ linking exception"
8dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"
9
10build: [
11 ["dune" "build" "-j" jobs "-p" name]
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13]
14
15depends: [
16 "ocaml" {>= "4.08"}
17 "dune" {>= "1.7"}
18 "uri" {>= "1.9.0" }
19 "crowbar" { with-test }
20 "alcotest" { with-test }
21]
22url {
23 src:
24 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.9/json-data-encoding-0.9.tar.gz"
25 checksum: [
26 "md5=92b5bab2e34932632dba7e96267a3159"
27 "sha512=3778952db138d6279e9f0163d91a016a2f7151adc3ed57a4631e5aec85c3d9253bb9ef57ccfe70c09aa95da22529ab8ff21adad001bd92e2506991b334bdff66"
28 ]
29}