opam-version: "2.0"
synopsis: "Json_repr interface over JavaScript's objects"
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: [ "dune" "build" "-j" jobs "-p" name "@install" "@runtest" {with-test} ]
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.0.1"}
  "ocplib-json-typed" {= "0.7.1" }
  "js_of_ocaml" {>= "3.3.0"}
]
url {
  src: "https://github.com/OCamlPro/ocplib-json-typed/archive/v0.7.1.tar.gz"
  checksum: [
    "md5=0166df7b74306cfeebaff2dc8ea533be"
    "sha512=f1331ab4820546bc1bcae430888f9a7385030e62a133fb8606d0b134e921fe1bf3f730533ed4c99f683fe149e7aeafbc291b51fb20b173a543b380f948700c18"
  ]
}
