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