opam-version: "2.0" synopsis: "Type-safe encoding to and decoding from JSON" maintainer: "contact@nomadic-labs.com" authors: [ "Nomadic Labs" "Ocamlpro" ] homepage: "https://gitlab.com/nomadic-labs/json-data-encoding" bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues" license: "MIT" dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding" build: [ ["dune" "build" "-j" jobs "-p" name] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.10"} "dune" {>= "2.0"} "uri" {>= "1.9.0" } "crowbar" { with-test } "alcotest" { with-test } "ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available "odoc" { with-doc } ] url { src: "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12.1/json-data-encoding-0.12.1.tar.gz" checksum: [ "md5=f70939e5bcaae19f5996e05d3baf5536" "sha512=891f3bc6aa12e9968bec9a18fdc594fd435a67b9291a9246cb4e6b9bc030181d5bab7a07a36632e492cbfebab3ad6ad65e9358fb3e41f26027eefb7a3337d0a9" ] }