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" {>= "1.7"} "uri" {>= "1.9.0" } "crowbar" { with-test } "alcotest" { with-test } ] url { src: "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.11/json-data-encoding-0.11.tar.gz" checksum: [ "md5=80dd53c56b44d5696d8542ac7013a768" "sha512=63894b9fa49b450445bbe125f81e0336dd0e59e23e6875cab4344c727ef454ee126b4344815d653332ccca7e8b9e80b0f272e5d407091d0b4f59426dc46a7994" ] }