opam-version: "2.0"
maintainer: "mlin@mlin.net"
remove: [["ocamlfind" "remove" "JSON"]]
depends: [
  "ocaml"
  "ocamlfind"
  "batteries" {< "2.0.0"}
  "yajl"
  "ocamlbuild" {build}
]
install: [make "install-extra"]
synopsis:
  "extended YAJL bindings with a convenient high-level JSON representation"
description: "https://github.com/mlin/yajl-ocaml"
flags: light-uninstall
url {
  src:
    "https://raw.github.com/mlin/yajl-ocaml/tarball/yajl-ocaml-0.7.0.tar.gz"
  checksum: "md5=c73b11b6cc7cbbb951cf3ee18578304c"
}
