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: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12 ["dune" "build" "@test" "-j" jobs] {with-test & ocaml:version < "4.10"}
13]
14depends: [
15 "ocaml" {>= "4.02.0" & < "4.14~"}
16 "dune"
17 "lwt" {>= "2.5.1"}
18 "lwt_log"
19 "cmdliner" {with-test}
20]
21depexts: [
22 ["libibverbs-dev" "librdmacm-dev"] {os-family = "debian"}
23 ["libibverbs-devel" "librdmacm-devel"] {os-distribution = "centos"}
24]
25patches: [
26 "version.patch"
27 "unsafe_string.patch"
28]
29available: os = "linux"
30synopsis: "Ordma provides OCaml bindings to librdmacm (rsocket)"
31url {
32 src: "https://github.com/toolslive/ordma/archive/0.0.5.tar.gz"
33 checksum: [
34 "sha256=6702ab88bc2566b8e0aef62f05d409dd4f63a2c5cc8ac09f24bca6a922b31829"
35 "md5=5e0f4fb12ba9dfe3af9ffa5690234543"
36 ]
37}
38extra-source "version.patch" {
39 src:
40 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ordma/version.patch"
41 checksum: [
42 "sha256=ed8bcc6c0f9e6b38faa520effd0c9d3ea7ac74b7a42185dd662241ef2e52e16c"
43 "md5=0f23791a7e3e27a36defd11433a75271"
44 ]
45}
46extra-source "unsafe_string.patch" {
47 src:
48 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ordma/unsafe_string.patch"
49 checksum: [
50 "sha256=7d652e8f08dc3c3788526614287fc3fb0a359ffafe0b6f1101c2af5f5c9abe84"
51 "md5=12c517d0348e27540944b56a9251256f"
52 ]
53}