this repo has no description
1opam-version: "2.0"
2synopsis: "Type-safe encoding to and decoding from JSON (bson 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.03.0"}
16 "dune" {>= "1.7"}
17 "json-data-encoding" {= version }
18 "ocplib-endian" {>= "1.0"}
19]
20url {
21 src:
22 "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/v0.8/json-data-encoding-v0.8.tar.gz"
23 checksum: [
24 "md5=24fcb7feb10395eaaf840d1f8ccf162f"
25 "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5"
26 ]
27}