opam-version: "2.0"
synopsis: "Type-safe encoding to and decoding from JSON (bson support)"
maintainer: "contact@nomadic-labs.com"
authors: [ "Nomadic Labs" "Ocamlpro" ]
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
license: "LGPLv3 w/ linking exception"
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"

build: [
  ["dune" "build" "-j" jobs "-p" name]
]

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.7"}
  "json-data-encoding" {= version }
  "ocplib-endian" {>= "1.0"}
]
url {
  src:
    "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/v0.8/json-data-encoding-v0.8.tar.gz"
  checksum: [
    "md5=24fcb7feb10395eaaf840d1f8ccf162f"
    "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5"
  ]
}
