this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: [ "Nomadic Labs" ]
4homepage: "https://gitlab.com/nomadic-labs/data-encoding"
5bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/issues"
6dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git"
7license: "MIT"
8depends: [
9 "ocaml" { >= "4.10" }
10 "dune" { >= "2.0" }
11 "ezjsonm"
12 "zarith" {>= "1.4"}
13 "zarith_stubs_js"
14 "hex" {>= "1.3.0"}
15 "json-data-encoding" { >= "0.11" }
16 "json-data-encoding-bson" { >= "0.11" }
17 "alcotest" { with-test }
18 "crowbar" { >= "0.2" & with-test }
19 "ppx_expect" { with-test }
20 "either"
21 "ppx_hash"
22 "odoc" { with-doc }
23 "js_of_ocaml-compiler" { with-test }
24]
25build: [
26 ["dune" "build" "-p" name "-j" jobs]
27 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28]
29synopsis: "Library of JSON and binary encoding combinators"
30url {
31 src:
32 "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v0.6/data-encoding-v0.6.tar.gz"
33 checksum: [
34 "md5=c0c288d30b791a83a2c6fde0e2282cc0"
35 "sha512=443f3e4e53c26b87ba519affc43692385f413112aeac04ddc3ff39ef555a6218439eefe1d3d0e472f3fba20f19b79b3b0ca0794f2716b663b795eff6b1de938b"
36 ]
37}