opam-version: "2.0"
maintainer: "Jan Doms <jan.doms@openvstorage.com>"
authors: "Jan Doms <jan.doms@openvstorage.com>"
homepage: "https://github.com/domsj/orocksdb"
bug-reports: "https://github.com/domsj/orocksdb"
license: "MIT"
dev-repo: "git+https://github.com/domsj/orocksdb.git"
build: [
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "rocks"]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "conf-rocksdb"
  "ctypes" {>= "0.4.0"}
  "ctypes-foreign" {>= "0.4.0"}
  "depext" {build}
  "ocamlbuild" {build}
]
x-ci-accept-failures: ["debian-unstable"]
post-messages: [
  "
  This package requires rocksdb library installed in /usr/local/lib.
  Tentative instructions : https://gist.githubusercontent.com/toolslive/56b9fae64b27d3e00971/raw/60bc8b3f2d8980635500d89bac89e092befac5f9/gistfile1.txt
  "
  {failure}
]
synopsis: "ctypes based bindings for rocksdb"
flags: light-uninstall
url {
  src: "https://github.com/domsj/orocksdb/archive/0.1.0.tar.gz"
  checksum: "md5=901769acf53b5e6b753c9a722d360950"
}
