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]
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.1.tar.gz"
33 checksum: [
34 "sha256=edb5f1dc0e6ca2fbf4cc13d047fadbd0b0ad1d93eb95872a6e79e8e3abd5308f"
35 "md5=4bcf30b6ca61b77bf73c4e64e2632b17"
36 ]
37}