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.4.0/install_rocksdb.sh 23 " 24 {failure} 25] 26available: os = "linux" | os = "macos" 27synopsis: "ctypes based bindings for rocksdb" 28flags: light-uninstall 29url { 30 src: "https://github.com/domsj/orocksdb/archive/0.4.0.tar.gz" 31 checksum: [ 32 "sha256=564d51183f60baf1cfc54b274f5b3d5c63c709db5eeced38eb34426bf11dcdf3" 33 "md5=55f12fbdfb7c6e7f49b43c2aa83cbdbf" 34 ] 35}