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 ["jbuilder" "build" "--only" name "--root" "." "-j" jobs "@install"] 11 ["jbuilder" "runtest" "-p" name] {with-test} 12] 13depends: [ 14 "ocaml" 15 "jbuilder" {>= "1.0+beta10"} 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-family = "debian"} 25 ["dlm-devel"] {os-distribution = "rhel"} 26 ["dlm-devel"] {os-distribution = "centos"} 27 ["dlm-devel"] {os-distribution = "fedora"} 28 ["dlm-devel"] {os-distribution = "ol"} 29 ["libdlm-devel"] {os-family = "suse" | os-family = "opensuse"} 30] 31available: [ os = "linux" ] 32synopsis: "Libdlm bindings" 33description: """ 34[![Build Status](https://travis-ci.org/xapi-project/ocaml-dlm.svg?branch=master)](https://travis-ci.org/xapi-project/ocaml-dlm) 35 36Bindings to the Linux Distributed Lock Manager `libdlm(3)`. 37 38Documentation can be found [online](https://xapi-project.github.io/ocaml-dlm/doc/dlm/Dlm/index.html).""" 39url { 40 src: 41 "https://github.com/xapi-project/ocaml-dlm/releases/download/v0.3.0/dlm-0.3.0.tbz" 42 checksum: [ 43 "sha256=492d4c49bd6ae1193d7f157f50a3fed5c19904305c591dc1f9d18ccd0067b5b3" 44 "md5=dac7206c4f86fc1a1492cbdc3862e013" 45 ] 46}