-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
46 lines (44 loc) · 1.58 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
opam-version: "2.0"
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"
dev-repo: "git+https://github.com/xapi-project/ocaml-dlm.git"
doc: "https://xapi-project.github.io/ocaml-dlm/doc"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["jbuilder" "build" "--only" name "--root" "." "-j" jobs "@install"]
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
"ocaml"
"jbuilder" {>= "1.0+beta10"}
"conf-pkg-config"
"ctypes" {>= "0.11.1" & < "0.18.0"}
"lwt" {>= "4.2.0"}
"unix-errno" {< "0.6.0"}
"ounit" {>= "2.0.0"}
"uuidm" {>= "0.9.6"}
]
depexts: [
["libdlm-dev"] {os-family = "debian"}
["dlm-devel"] {os-distribution = "rhel"}
["dlm-devel"] {os-distribution = "centos"}
["dlm-devel"] {os-distribution = "fedora"}
["dlm-devel"] {os-distribution = "ol"}
["libdlm-devel"] {os-family = "suse" | os-family = "opensuse"}
]
available: [ os = "linux" ]
synopsis: "Libdlm bindings"
description: """
[![Build Status](https://travis-ci.org/xapi-project/ocaml-dlm.svg?branch=master)](https://travis-ci.org/xapi-project/ocaml-dlm)
Bindings to the Linux Distributed Lock Manager `libdlm(3)`.
Documentation can be found [online](https://xapi-project.github.io/ocaml-dlm/doc/dlm/Dlm/index.html)."""
url {
src:
"https://github.com/xapi-project/ocaml-dlm/releases/download/v0.3.0/dlm-0.3.0.tbz"
checksum: [
"sha256=492d4c49bd6ae1193d7f157f50a3fed5c19904305c591dc1f9d18ccd0067b5b3"
"md5=dac7206c4f86fc1a1492cbdc3862e013"
]
}