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] 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.3/data-encoding-0.3.tar.gz" 27 checksum: [ 28 "md5=355a9dde032dcef362e49a086285a251" 29 "sha512=f557b691563b8881d1bcbc55c030754a927a394ed6fab5ae8d312b98517d7ecccf7fc35bce8a224a934707943f24132a17dd0a596d9eb7d5ca533df34a5c761f" 30 ] 31}