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.08" }
10 "dune" { >= "1.11" }
11 "ezjsonm"
12 "zarith" {>= "1.4"}
13 "hex" {>= "1.3.0"}
14 "json-data-encoding" { >= "0.9.1" }
15 "json-data-encoding-bson" { >= "0.9.1" }
16 "alcotest" { with-test }
17 "crowbar" { >= "0.2" & with-test }
18 "ocamlformat" { = "0.15.0" & dev }
19]
20build: [
21 ["dune" "build" "-p" name "-j" jobs]
22 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
23]
24synopsis: "Library of JSON and binary encoding combinators"
25url {
26 src:
27 "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v0.4/data-encoding-v0.4.tar.gz"
28 checksum: [
29 "md5=7b687e25619637d40d2bbcd2c21b00c2"
30 "sha512=65e33b1a56e9058a2e9c7f3dc18cb72c21270e0e5b9584fe856285d16e4cb8e98adac826373d4109a5e080486ec31cdd9870b402249ac5d55c7b0de6ffb68b0a"
31 ]
32}