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.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.1/json-data-encoding-0.9.1.tar.gz"
23 checksum: [
24 "md5=037e172c8d789b1aea953bb59936626c"
25 "sha512=725669d5f33cf17104c6a3198ff55325514b787066ae6413dbd974ae13be5288bf9e7cc3418468ad5b5acbefb798c2cb208233dec24a372b135065ad04d9644c"
26 ]
27}