opam-version: "2.0"
maintainer: "Benjamin Canou <benjamin@ocamlpro.com>"
authors: "Benjamin Canou <benjamin@ocamlpro.com>"
homepage: "https://github.com/ocamlpro/ocplib-json-typed"
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
build: [make]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "uri" {>= "1.9.0"}
]
synopsis: "Type-aware JSON and JSON schema utilities"
description: """
This library currently contains three modules:

- Json_encoding: mapping between OCaml types and JSON schemas.
- Json_schema: manipulation of JSON schemas.
- Json_repr: manipulation and conversion of JSON data.

Shares types with ezjsonm, yojson compatibility translators provided."""
url {
  src: "https://github.com/OCamlPro/ocplib-json-typed/archive/v0.1.tar.gz"
  checksum: "md5=d2455be9dd96731a364f90f01aff08f5"
}
