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 "ocamlbuild" {build} 20] 21x-ci-accept-failures: ["debian-unstable"] 22post-messages: [ 23 " 24 This package requires rocksdb library installed in /usr/local/lib. 25 Tentative instructions : https://gist.githubusercontent.com/domsj/9a28ba5a523a3420ded8/raw/dc6ebd8768a87dee285e84438dc733dfc58e037f/gistfile1.txt 26 " 27 {failure} 28] 29synopsis: "ctypes based bindings for rocksdb" 30flags: light-uninstall 31url { 32 src: "https://github.com/domsj/orocksdb/archive/0.2.2.tar.gz" 33 checksum: [ 34 "sha256=895ac16de2f98d4b54f4eaf11fcd9ff60dcbefce5a830c1118aa702a21b89afb" 35 "md5=03aa04d8ddb0a2a8c2193d579c6c5cc4" 36 ] 37}