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: "MIT"
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.10"}
16 "dune" {>= "3.0"}
17 "json-data-encoding" {= version }
18 "js_of_ocaml" {>= "3.3.0"}
19]
20url {
21 src:
22 "https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.1/data-encoding-v1.0.1.tar.gz"
23 checksum: [
24 "md5=82d6e7783274595c82cff4562e2b06a2"
25 "sha512=df5d00dfef8afeada8a6aee2a97d491a2ce20cfe90aed203848f6098ba05ba60e2ee9d1afc0c6c07cf32dad3f8e34c0b55cf900ef1f2e7a72d704f07fd32e651"
26 ]
27}