this repo has no description
1opam-version: "2.0" 2synopsis: "Type-safe encoding to and decoding from JSON (browser support)" 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] 13 14depends: [ 15 "ocaml" {>= "4.08"} 16 "dune" {>= "1.7"} 17 "json-data-encoding" {= version } 18 "js_of_ocaml" {>= "3.3.0"} 19] 20url { 21 src: 22 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.9/json-data-encoding-0.9.tar.gz" 23 checksum: [ 24 "md5=92b5bab2e34932632dba7e96267a3159" 25 "sha512=3778952db138d6279e9f0163d91a016a2f7151adc3ed57a4631e5aec85c3d9253bb9ef57ccfe70c09aa95da22529ab8ff21adad001bd92e2506991b334bdff66" 26 ] 27}