opam-version: "2.0" synopsis: "Type-safe encoding to and decoding from JSON (browser support)" 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] ] depends: [ "ocaml" {>= "4.10"} "dune" {>= "3.0"} "json-data-encoding" {= version } "js_of_ocaml" {>= "3.3.0"} ] url { src: "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz" checksum: [ "md5=d15b03873f0ccc333b60bfcdf0595766" "sha512=0a5355bae421b5d155eeff7ad333cce32cf317b88ac69a07be715ff9a4cd05c8e1715de4917ed8f67789070175654ea3e332a348e586d5005e8772f5672c4a6f" ] }