this repo has no description
1opam-version: "2.0" 2synopsis: "Type-safe encoding to and decoding from JSON" 3maintainer: "contact@nomadic-labs.com" 4authors: [ "Nomadic Labs" "Ocamlpro" ] 5homepage: "https://gitlab.com/nomadic-labs/json-data-encoding" 6bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues" 7license: "MIT" 8dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding" 9 10build: [ 11 ["dune" "build" "-j" jobs "-p" name] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14 15depends: [ 16 "ocaml" {>= "4.10"} 17 "dune" {>= "2.0"} 18 "uri" {>= "1.9.0" } 19 "crowbar" { with-test } 20 "alcotest" { with-test } 21 "ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available 22 "odoc" { with-doc } 23] 24url { 25 src: 26 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz" 27 checksum: [ 28 "md5=2f3252c51185fcb2f17b1437b5264c37" 29 "sha512=d413d23b679aab898cce4138c60cf484a4be7272dcd802fd8dfaa03f17ff9d19584976d8b957f60fd5c8abdc3d55d6d62b70ae2d4716bf0c6645b69350678ec5" 30 ] 31}