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" {>= "1.7"}
18 "uri" {>= "1.9.0" }
19 "crowbar" { with-test }
20 "alcotest" { with-test }
21 "ocamlformat" { = "0.18.0" & dev }
22]
23url {
24 src:
25 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.10/json-data-encoding-0.10.tar.gz"
26 checksum: [
27 "md5=5e38f6cfb3dffe652e98b8d38905376f"
28 "sha512=50a7e8bd7036c1c48b4132ba34301df7e4011c619177fed28ec96bffce99acb228dc4fe6fc24bff313b9ae3ba5c6da424189e6a8220b87c918ea20d08e1caca2"
29 ]
30}