this repo has no description
1opam-version: "2.0" 2maintainer: "xen-api@list.xensource.com" 3authors: ["Edwin Török"] 4homepage: "https://github.com/xapi-project/ocaml-dlm/" 5bug-reports: "https://github.com/xapi-project/ocaml-dlm/issues" 6dev-repo: "git+https://github.com/xapi-project/ocaml-dlm.git" 7doc: "https://xapi-project.github.io/ocaml-dlm/doc" 8license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12run-test: ["dune" "runtest" "-p" name "-j" jobs] 13depends: [ 14 "ocaml" 15 "dune" {>= "1.4"} 16 "conf-pkg-config" 17 "ctypes" {>= "0.11.1" & < "0.18.0"} 18 "lwt" {>= "4.2.0"} 19 "unix-errno" {< "0.6.0"} 20 "ounit" {>= "2.0.0"} 21 "uuidm" {>= "0.9.6"} 22] 23depexts: [ 24 ["libdlm-dev"] {os-distribution = "debian"} 25 ["libdlm-dev"] {os-distribution = "ubuntu"} 26 ["dlm-devel"] {os-distribution = "rhel"} 27 ["dlm-devel"] {os-distribution = "centos"} 28 ["dlm-devel"] {os-distribution = "fedora"} 29 ["dlm-devel"] {os-distribution = "ol"} 30 ["libdlm-devel"] {os-family = "suse" | os-family = "opensuse"} 31] 32available: [ os = "linux"] 33synopsis: "Libdlm bindings" 34description: "Bindings to the Linux Distributed Lock Manager `libdlm(3)`." 35url { 36 src: "https://github.com/xapi-project/ocaml-dlm/archive/v0.3.1.tar.gz" 37 checksum: [ 38 "sha256=35dbd516b5e0bb47f480503d4a6f68ad85423a6dbbfe06d85ac38fc5ff03edc5" 39 "md5=b9828082d6d4dbf9f2960f711e7e2e44" 40 ] 41}