forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi.opam
61 lines (61 loc) · 1.26 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
opam-version: "1.2"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
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: [
["./configure"]
[make]
]
install: [
["oasis" "setup"]
["ocaml" "setup.ml" "-install"]
]
build-test: [make "test"]
remove: [
["oasis" "setup"]
["ocaml" "setup.ml" "-uninstall"]
["ocamlfind" "remove" "xapi"]
["ocamlfind" "remove" "xapi-client"]
["ocamlfind" "remove" "xapi-cli-protocol"]
["ocamlfind" "remove" "xapi-consts"]
["ocamlfind" "remove" "xapi-datamodel"]
["ocamlfind" "remove" "xapi-database"]
["ocamlfind" "remove" "xapi-types"]
]
depends: [
"oasis" {build}
"ocamlfind" {build}
"xapi-test-utils"
"xapi-idl"
"xapi-libs-transitional"
"xen-api-client"
"xapi-netdev"
"cdrom"
"fd-send-recv"
"xapi-forkexecd"
"vhd-format"
"nbd"
"oclock"
"ounit"
"rpc"
"ssl"
"xapi-stdext"
"xapi-tapctl"
"xenctrl"
"xenstore"
"xapi-inventory"
"tar-format"
"opasswd"
"xapi-rrdd-plugin"
"pci"
"sha"
"xapi-xenopsd"
"mustache"
]
depexts: [
[["centos"] ["pam-devel"]]
[["debian"] ["libpam-dev"]]
[["ubuntu"] ["libpam-dev"]]
]