-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathhttp-svr.opam
34 lines (34 loc) · 953 Bytes
/
http-svr.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
opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api-libs-transitional.git"
dev-repo: "git+https://github.com/xapi-project/xen-api-libs-transitional.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
available: [ os = "linux" ]
depends: [
"ocaml"
"dune" {build}
"astring"
"base64" {>= "3.1.0"}
"rpclib"
"sha"
"stunnel"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xml-light2"
"ounit" {with-test & >= "2.0.0"}
]
synopsis: "Further transitional libraries required by xapi"
description: """
These libraries are provided for backwards compatibility only.
No new code should use these libraries."""
url {
src:
"https://github.com/xapi-project/xen-api-libs-transitional/archive/master.tar.gz"
}