opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: [ "Nomadic Labs" ] homepage: "https://gitlab.com/nomadic-labs/data-encoding" bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git" license: "MIT" depends: [ "ocaml" { >= "4.07" } "dune" { >= "1.7" } "ezjsonm" "zarith" {>= "1.4"} "hex" {>= "1.3.0"} "json-data-encoding" { = "0.8" } "json-data-encoding-bson" { = "0.8" } "alcotest" { with-test } "crowbar" { with-test } ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Library of JSON and binary encoding combinators" url { src: "https://gitlab.com/nomadic-labs/data-encoding/-/archive/0.2/data-encoding-0.2.tar.gz" checksum: [ "md5=c3573f2f066f61437feb6d33d476ee09" "sha512=d9b95c0b4655930d590a78288edad50fbb845dfff1d2378c11e7f7b2499a70380af2edf289f24145f58c92091195f8326bf51efdb980cd221c22357f9919c37c" ] }