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 "either"
20 "ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
21 "odoc" { with-doc }
22 "js_of_ocaml-compiler" { with-test }
23]
24build: [
25 ["dune" "build" "-p" name "-j" jobs]
26 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
27]
28synopsis: "Library of JSON and binary encoding combinators"
29url {
30 src:
31 "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v0.5.2/data-encoding-v0.5.2.tar.gz"
32 checksum: [
33 "md5=9ada8b4e50aeb27d404039d3504d4d53"
34 "sha512=4d7c06c69661c9b288465ffb0e418257bfa7e8dd83da22be2a542e9156078fc8c1e93826fbd5bd89dcecf72f7af2deefa019ecaba7d32af4e9e90ddf9ef6d4b8"
35 ]
36}