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: "MIT"
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.1/json-data-encoding-0.9.1.tar.gz"
25 checksum: [
26 "md5=037e172c8d789b1aea953bb59936626c"
27 "sha512=725669d5f33cf17104c6a3198ff55325514b787066ae6413dbd974ae13be5288bf9e7cc3418468ad5b5acbefb798c2cb208233dec24a372b135065ad04d9644c"
28 ]
29}