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: "LGPLv3 w/ linking exception" 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.03.0"} 17 "dune" {>= "1.11"} 18 "uri" {>= "1.9.0" } 19 "crowbar" { with-test } 20] 21url { 22 src: 23 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/v0.8/json-data-encoding-v0.8.tar.gz" 24 checksum: [ 25 "md5=24fcb7feb10395eaaf840d1f8ccf162f" 26 "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5" 27 ] 28}