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/56b9fae64b27d3e00971/raw/60bc8b3f2d8980635500d89bac89e092befac5f9/gistfile1.txt 27 " 28 {failure} 29] 30synopsis: "ctypes based bindings for rocksdb" 31flags: light-uninstall 32url { 33 src: "https://github.com/domsj/orocksdb/archive/0.1.0.tar.gz" 34 checksum: [ 35 "sha256=2c6a5d4c4459e95e14f76d2d6b4a0e850469c39b64ed076cd5dc9db6cda9787b" 36 "md5=901769acf53b5e6b753c9a722d360950" 37 ] 38}