forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxapi.opam
49 lines (47 loc) · 971 Bytes
/
xapi.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
47
48
49
opam-version: "1.2"
maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "https://github.com/xapi-project/xen-api.git"
build: [[ "jbuilder" "build" "-p" name ]]
build-test: [[ "jbuilder" "runtest" "-p" name "-j" jobs ]]
depends: [
"jbuilder" {build & >= "1.0+beta11"}
"cdrom"
"fd-send-recv"
"mtime"
"nbd"
"opasswd"
"ounit"
"rpc"
"sha"
"ssl"
"stdext"
"tar-format"
"vhd-format"
"x509"
"xapi-cli-protocol"
"xapi-client"
"xapi-consts"
"xapi-database"
"xapi-datamodel"
"xapi-forkexecd"
"xapi-idl"
"xapi-inventory"
"xapi-libs-transitional"
"xapi-netdev"
"xapi-rrdd-plugin"
"xapi-tapctl"
"xapi-test-utils"
"xapi-types"
"xapi-xenopsd"
"xenctrl"
"xenstore"
"yojson"
]
depexts: [
[["centos"] ["pam-devel"]]
[["debian"] ["libpam-dev"]]
[["ubuntu"] ["libpam-dev"]]
]