opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "json-static"]]
depends: ["ocaml" "ocamlfind" "json-wheel" "camlp4"]
install: [make "install" "PREFIX=%{prefix}%"]
synopsis: "JSON camlp4 syntax extension using json-wheel"
flags: light-uninstall
url {
  src:
    "https://github.com/mjambon/mjambon2016/raw/master/json-static-0.9.8.tar.bz2"
  checksum: "md5=a8b586a4c7851f5e34c28da60ebf8904"
}
