this repo has no description
1opam-version: "2.0" 2maintainer: "Jan Doms <jan.doms@gmail.com>" 3authors: "Jan Doms <jan.doms@gmail.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: [make] 9install: [make "install"] 10remove: ["ocamlfind" "remove" "rocks"] 11depends: [ 12 "ocaml" {>= "4.02.2"} 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15 "conf-rocksdb" 16 "ctypes" {>= "0.4.0"} 17 "ctypes-foreign" {>= "0.4.0"} 18] 19post-messages: [ 20 " 21 This package requires rocksdb library installed in /usr/local/lib. 22 Tentative instructions : https://raw.githubusercontent.com/domsj/orocksdb/0.3.0/install_rocksdb.sh 23 " 24 {failure} 25] 26available: os = "linux" 27synopsis: "ctypes based bindings for rocksdb" 28flags: light-uninstall 29url { 30 src: "https://github.com/domsj/orocksdb/archive/0.3.0.tar.gz" 31 checksum: [ 32 "sha256=5cdf55f33425092048a6c003e6f96dd5644a68029c8d3e23b58b5c513bf7b650" 33 "md5=77d535a7303099001d834e7ef515a3ed" 34 ] 35}