forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxapi-networkd.opam
More file actions
34 lines (34 loc) · 790 Bytes
/
xapi-networkd.opam
File metadata and controls
34 lines (34 loc) · 790 Bytes
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: "jonathan.ludlam@eu.citrix.com"
homepage: "https://github.com/xapi-project/xen-api"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"astring"
"alcotest" {with-test}
"base-threads"
"forkexec"
"mtime"
"netlink"
"re"
"rpclib"
"systemd"
"xapi-idl"
"xapi-inventory"
"xapi-stdext-pervasives"
"xapi-stdext-std"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-test-utils"
"xen-api-client"
]
synopsis: "The XCP networking daemon"
url {
src:
"https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}