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.7" } 11 "ezjsonm" 12 "zarith" {>= "1.4"} 13 "hex" {>= "1.3.0"} 14 "json-data-encoding" { = "0.8" } 15 "json-data-encoding-bson" { = "0.8" } 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/0.2/data-encoding-0.2.tar.gz" 27 checksum: [ 28 "md5=c3573f2f066f61437feb6d33d476ee09" 29 "sha512=d9b95c0b4655930d590a78288edad50fbb845dfff1d2378c11e7f7b2499a70380af2edf289f24145f58c92091195f8326bf51efdb980cd221c22357f9919c37c" 30 ] 31}