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.10" } "dune" { >= "2.0" } "ezjsonm" "zarith" {>= "1.4"} "zarith_stubs_js" "hex" {>= "1.3.0"} "json-data-encoding" { >= "0.12" & < "0.13" } "json-data-encoding-bson" { >= "0.12" & < "0.13" } "alcotest" { with-test } "crowbar" { >= "0.2" & with-test } "ppx_expect" { with-test } "either" "ppx_hash" "ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available "odoc" { with-doc } "md2mld" { with-test } # not technically a test dep; modify when https://github.com/ocurrent/ocaml-ci/issues/264 is fixed "js_of_ocaml-compiler" { 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/v0.7/data-encoding-v0.7.tar.gz" checksum: [ "md5=a4c44ac124f742d7bcda4062d6667142" "sha512=89ae14ad44a6eb8592b7ef97816653c436d5ef34bc45282c191961afdf241d0ce65accdbfaa536f613fe0d424c24b1dc3b0559bb62ac12b562738dacb62623b8" ] }