opam-version: "2.0"
maintainer: "pietro.abate@pps.jussieu.fr"
build: [
  [make "all"]
  [make "opt"]
]
remove: [[make "uninstall"]]
depends: [
  "ocaml"
  "ocamlfind"
  "ocamlbuild" {build}
]
depexts: [
  ["libbdd-dev"] {os-family = "debian"}
]
dev-repo: "git://github.com/abate/ocaml-buddy"
install: [make "install"]
synopsis: "Bindings for the Buddy BDD library."
url {
  src: "https://github.com/abate/ocaml-buddy/archive/0.6.1.tar.gz"
  checksum: "md5=23b5d83b2341d34045378428f8e0758e"
}
