opam-version: "2.0"
maintainer: "mlin@mlin.net"
remove: [["ocamlfind" "remove" "yajl-extra"]]
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.2.tar.gz"
  checksum: "md5=1d07caa272656864d38e5ddcf9f9efac"
}
