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 ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} 12 ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc} 13] 14depends: [ 15 "ocaml" 16 "conf-pkg-config" {build} 17 "dune" {>= "1.4"} 18 "ctypes" {>= "0.11.1"} 19 "lwt" {>= "4.2.0"} 20 "odoc" {with-doc} 21 "ounit" {>= "2.2.0"} 22 "unix-errno" 23 "uuidm" {>= "0.9.6"} 24] 25depexts: [ 26 ["libdlm-dev"] {os-family = "debian"} 27 ["dlm-devel"] {os-family = "rhel"} 28 ["dlm-devel"] {os-family = "fedora"} 29 ["dlm-devel"] {os-distribution = "ol"} 30 ["libdlm-devel"] {os-family = "suse" | os-family = "opensuse"} 31] 32available: os = "linux" & arch != "arm32" & os-distribution != "alpine" & os-distribution != "arch" 33synopsis: "Libdlm bindings" 34description: "Bindings to the Linux Distributed Lock Manager `libdlm(3)`." 35url { 36 src: 37 "https://github.com/xapi-project/ocaml-dlm/releases/download/v0.3.3/dlm-0.3.3.tbz" 38 checksum: [ 39 "sha256=54d12d454fed75a7af4989744f43958d2cf3a7b416e3de5006c96eed3ddfdcb3" 40 "sha512=d6a2fe1d35cd449f41aa2dbafc8018d1565968cc30e545a0501f19b9d8a4de2d05a7537bbf9ffc17257b79e421940eb01a45e885972d60c20fa32d38e1a54d9a" 41 ] 42} 43x-commit-hash: "8fcd39ac39f4bed1c8d6456a14b1bffbadf05614"