opam-version: "2.0" maintainer: "Jan Doms " authors: "Jan Doms " 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.2"} "ocamlfind" {build} "ocamlbuild" {build} "conf-rocksdb" "ctypes" {>= "0.4.0"} "ctypes-foreign" {>= "0.4.0"} ] post-messages: [ " This package requires rocksdb library installed in /usr/local/lib. Tentative instructions : https://raw.githubusercontent.com/domsj/orocksdb/0.3.0/install_rocksdb.sh " {failure} ] available: os = "linux" synopsis: "ctypes based bindings for rocksdb" flags: light-uninstall url { src: "https://github.com/domsj/orocksdb/archive/0.3.0.tar.gz" checksum: [ "sha256=5cdf55f33425092048a6c003e6f96dd5644a68029c8d3e23b58b5c513bf7b650" "md5=77d535a7303099001d834e7ef515a3ed" ] }