forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-xenopsd-xc.opam
54 lines (54 loc) · 1.12 KB
/
xapi-xenopsd-xc.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
opam-version: "2.0"
name: "xapi-xenopsd-xc"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "https://github.com/xapi-project/xenopsd"
dev-repo: "git+https://github.com/xapi-project/xenopsd.git"
bug-reports: "https://github.com/xapi-project/xenopsd/issues"
build: [
["./configure"]
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune" {build}
"ounit2" {with-test}
"astring"
"base-threads"
"base-unix"
"ezxenstore"
"fd-send-recv"
"fmt"
"forkexec"
"mtime"
"polly"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"qmp"
"re"
"result"
"rpclib"
"rresult"
"sexplib0"
"uuid"
"uuidm"
"xapi-backtrace"
"xapi-idl"
"xapi-rrd"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-std"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-xenopsd"
"xenctrl"
"xenstore"
"xenstore_transport"
]
synopsis:
"A xenops plugin which knows how to use xenstore, xenctrl and xenguest to manage"
description: "VMs on a xen host."
url {
src: "https://github.com/xapi-project/xenopsd/archive/master/master.tar.gz"
}