this repo has no description
1opam-version: "2.0" 2maintainer: "Jan Doms <jan.doms@openvstorage.com>" 3authors: "Jan Doms <jan.doms@openvstorage.com>" 4homepage: "https://github.com/domsj/orocksdb" 5bug-reports: "https://github.com/domsj/orocksdb" 6license: "MIT" 7dev-repo: "git+https://github.com/domsj/orocksdb.git" 8build: [ 9 [make] 10] 11install: [make "install"] 12remove: ["ocamlfind" "remove" "rocks"] 13depends: [ 14 "ocaml" {>= "4.02.1"} 15 "ocamlfind" {build} 16 "conf-rocksdb" 17 "ctypes" {>= "0.4.0"} 18 "ctypes-foreign" {>= "0.4.0"} 19 "depext" {build} 20 "ocamlbuild" {build} 21] 22x-ci-accept-failures: ["debian-unstable"] 23post-messages: [ 24 " 25 This package requires rocksdb library installed in /usr/local/lib. 26 Tentative instructions : https://gist.githubusercontent.com/toolslive/22958251b056dcb3131a/raw/14e68d9a0a2480d7be13c31f1fbe126d796c8db3/install.sh 27 " 28 {failure} 29] 30synopsis: "ctypes based bindings for rocksdb" 31flags: light-uninstall 32url { 33 src: "https://github.com/domsj/orocksdb/archive/0.2.0.tar.gz" 34 checksum: [ 35 "sha256=e169383a640925b795e0b155e23859c07de9b4cf295578d0784ca578b36a7163" 36 "md5=90749307eb9ac9763bbdeccd36fed692" 37 ] 38}