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: [
  [ "git" "submodule" "init"]
  [ "git" "submodule" "update"]
  ["%{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"
depexts: [
  ["git"] {os-family = "debian"}
]
synopsis: "OCaml bindings for tokyo cabinet"
authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"]
flags: light-uninstall
url {
  src: "git+https://github.com/toolslive/camltc.git#camltc-0.9.6"
}
