opam-version: "2.0"
maintainer: "mlin@mlin.net"
remove: [["ocamlfind" "remove" "yajl-extra"]]
depends: [
  "ocaml" {< "4.06.0"}
  "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.3.tar.gz"
  checksum: "md5=7b889d55010f9cdeb2dafe803ce56f96"
}
