forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
42 lines (42 loc) · 722 Bytes
/
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
opam-version: "1.2"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "https://github.com/xapi-project/xenopsd"
build: [
["oasis" "setup"]
["./configure"]
["ocaml" "setup.ml" "-configure" "--disable-libvirt"]
[make]
]
install: [
["ocaml" "setup.ml" "-install"]
]
remove: [
["oasis" "setup"]
["ocaml" "setup.ml" "-uninstall"]
["ocamlfind" "remove" "xenopsd"]
]
depends: [
"oasis" {build}
"ocamlfind"
"xmlm"
"uuidm"
"uutf"
"ounit"
"cohttp"
"uri"
"re"
"rpc"
"xapi-idl"
"xapi-forkexecd"
"xapi-stdext"
"fd-send-recv"
"sexplib"
"xenstore"
"xenstore_transport"
"xenctrl"
"oclock"
"xapi-inventory"
"ezxenstore"
"bisect_ppx"
]