this repo has no description
1opam-version: "2.0"
2maintainer: "contact@tezos.com"
3authors: [ "Tezos devteam" ]
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.07" }
10 "dune" { >= "1.11" }
11 "lwt"
12 "ezjsonm"
13 "zarith" {>= "1.4"}
14 "hex" {>= "1.3.0"}
15 "ocplib-json-typed" { >= "0.7" }
16 "ocplib-json-typed-bson" { >= "0.7" }
17 "alcotest" { with-test }
18 "crowbar" { with-test }
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.1/data-encoding-v0.1.tar.gz"
28 checksum: [
29 "md5=84f11d7485f7f15a3da7d658b8fce8ea"
30 "sha512=b15324d1fb8ceb0a75f22a6ee4de052da997ca7e5f75c5f15152f44eef19b05ab7522fda6159a2522608bf6a790713544e311fb97cbf17ace8f2bedc91c32fe8"
31 ]
32}