opam-version: "2.0"
maintainer: "romain.slootmaekers@openvstorage.com"
homepage: "http://github.com/toolslive/camltc"
dev-repo: "git+https://github.com/toolslive/camltc.git"
bug-reports: "http://github.com/toolslive/camltc/issues"
build: [
  [make "-C" "src"]
]
install:[
  [make "-C" "src" "install"]
]
remove: [
  ["ocamlfind" "remove" "camltc"]
]
depends: [
  "ocaml" {> "4.02.2"}
  "ocamlfind" {build}
  "ounit"
  "lwt" {>= "3.2.0"}
  "logs"
  "ocamlbuild" {build}
]
available: opam-version > "1.2.0"
synopsis: "OCaml bindings for tokyo cabinet"
authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"]
flags: light-uninstall
url {
  src: "https://github.com/UnixJunkie/camltc/archive/camltc-0.9.7.0.tar.gz"
  checksum: "md5=f4e99363356c0a4e583be61c416c804a"
}
