opam-version: "2.0"
maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
license: "MIT"
homepage: "https://github.com/mwweissmann/ocaml-json-pointer"
doc: "http://json-pointer.forge.ocamlcore.org/doc/"
dev-repo: "git://github.com/mwweissmann/ocaml-json-pointer.git"
bug-reports: "https://github.com/mwweissmann/ocaml-json-pointer/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "json-pointer"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "result"
  "base-bytes"
  "yojson"
  "ocamlfind" {>= "1.5"}
  "ocamlbuild" {build}
]
synopsis: "JSON pointer"
description: """
The JSON pointer library provides an implementation of RFC 6901:
JSON Pointer defines a string syntax for identifying a specific value
within a JavaScript Object Notation (JSON) document."""
flags: light-uninstall
url {
  src:
    "https://github.com/mwweissmann/ocaml-json-pointer/archive/0.1.1.tar.gz"
  checksum: "md5=cd53e498014a7fa94b67f2a1cac4992c"
}
