this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Slootmaekers <romain.slootmaekers@openvstorage.com>"
3authors: "Romain Slootmaekers <romain.slootmaekers@openvstorage.com>"
4homepage: "https://github.com/toolslive/ordma"
5bug-reports: "https://github.com/toolslive/ordma/issues"
6license: "TBD"
7dev-repo:
8 "git+https://github.com/toolslive/ordma.git"
9build: [make lib]
10install: [make "install"]
11remove: [make "uninstall"]
12depends: [
13 "ocaml" {>= "4.02.0" & < "4.14~"}
14 "ocamlfind" {build}
15 "ocamlbuild" {build}
16 "lwt" {>= "2.5.1"}
17 "lwt_log"
18]
19depexts: [
20 ["libibverbs-dev" "librdmacm-dev"] {os-family = "debian"}
21 ["libibverbs-devel" "librdmacm-devel"] {os-distribution = "centos"}
22]
23available: os = "linux"
24synopsis: "Ordma provides OCaml bindings to librdmacm (rsocket)"
25url {
26 src: "https://github.com/toolslive/ordma/archive/0.0.3.tar.gz"
27 checksum: [
28 "sha256=95934a952e68d07c06cca31a1445b4a8e8c5e7905a768cf6072e3f25510e713b"
29 "md5=f5701b601017b9fa0bd7948f34a56b84"
30 ]
31}