opam-version: "2.0"
maintainer: "romain.slootmaekers@openvstorage.com"
authors: ["Jan Doms" "Joost Damad" "Romain Slootmaekers" "Nicolas Trangez"]
homepage: "http://github.com/toolslive/camltc"
bug-reports: "http://github.com/toolslive/camltc/issues"
dev-repo: "git+https://github.com/toolslive/camltc.git"
license: "Apache-2.0"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {> "4.02.3"}
  "dune" {>= "1.1.0"}
  "lwt" {>= "3.2.0"}
  "logs"
  "ounit" {with-test}
]
patches: "osx.patch" {os = "macos"}
synopsis: "OCaml bindings for tokyo cabinet"
extra-files: ["osx.patch" "md5=59fa1e4504c6871efd8fdb5d1c2b8b92"]
url {
  src:
    "https://github.com/toolslive/camltc/releases/download/camltc-0.9.8/camltc-0.9.8.tar.gz"
  checksum: "md5=0fee185ce2ab744a938d6dd380ac07b8"
}
