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.1/json-data-encoding-0.12.1.tar.gz" 27 checksum: [ 28 "md5=f70939e5bcaae19f5996e05d3baf5536" 29 "sha512=891f3bc6aa12e9968bec9a18fdc594fd435a67b9291a9246cb4e6b9bc030181d5bab7a07a36632e492cbfebab3ad6ad65e9358fb3e41f26027eefb7a3337d0a9" 30 ] 31}