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 } "ocamlformat" { = "0.18.0" & dev } ] url { src: "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.10/json-data-encoding-0.10.tar.gz" checksum: [ "md5=5e38f6cfb3dffe652e98b8d38905376f" "sha512=50a7e8bd7036c1c48b4132ba34301df7e4011c619177fed28ec96bffce99acb228dc4fe6fc24bff313b9ae3ba5c6da424189e6a8220b87c918ea20d08e1caca2" ] }