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" {>= "2.0"} "json-data-encoding" {= version } "js_of_ocaml" {>= "3.3.0"} ] url { src: "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz" checksum: [ "md5=2f3252c51185fcb2f17b1437b5264c37" "sha512=d413d23b679aab898cce4138c60cf484a4be7272dcd802fd8dfaa03f17ff9d19584976d8b957f60fd5c8abdc3d55d6d62b70ae2d4716bf0c6645b69350678ec5" ] }