opam-version: "2.0"
maintainer: "Romain Slootmaekers <romain.slootmaekers@openvstorage.com>"
authors: "Romain Slootmaekers <romain.slootmaekers@openvstorage.com>"
homepage: "https://github.com/toolslive/ordma"
bug-reports: "https://github.com/toolslive/ordma/issues"
license: "TBD"
dev-repo: "git+https://github.com/toolslive/ordma.git"
build: [
  [make lib]
]
install: [make "install"]
remove: ["make uninstall"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "lwt" {>= "2.5.1" & < "4.0.0"}
]
available: os = "linux"
depexts: [
  ["librdmacm-dev"] {os-family = "debian"}
]
synopsis: "ordma provides ocaml bindings to librdmacm (rsocket)"
url {
  src: "https://github.com/toolslive/ordma/archive/0.0.2.tar.gz"
  checksum: "md5=995a49c777e39fc0c9a5367328151623"
}
