opam-version: "1.2"
maintainer: "xen-api@list.xensource.com"
authors: "Edwin Török"
homepage: "https://github.com/xapi-project/ocaml-dlm/"
bug-reports: "https://github.com/xapi-project/ocaml-dlm/issues"
license: "LGPL-2.1 with OCaml linking exception"
doc: "https://xapi-project.github.io/ocaml-dlm/doc"
dev-repo: "https://github.com/xapi-project/ocaml-dlm.git"
build: ["jbuilder" "build" "--only" name "--root" "." "-j" jobs "@install"]
build-test: ["jbuilder" "runtest" "-p" name]
depends: [
  "jbuilder" {build & >= "1.0+beta10"}
  "ctypes" {>= "0.11.1"}
  "lwt"
  "unix-errno"
  "ounit"
  "uuidm"
]
depexts: [
  [["archlinux"] ["dlm-git"]]
  [["centos"] ["dlm-devel"]]
  [["debian"] ["libdlm-dev"]]
  [["fedora"] ["dlm-devel"]]
  [["opensuse"] ["libdlm-devel"]]
  [["oraclelinux"] ["dlm-devel"]]
  [["rhel"] ["dlm-devel"]]
  [["ubuntu"] ["libdlm-dev"]]
]
available: [os = "linux"]
