forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-xenopsd-xc.opam
45 lines (45 loc) · 947 Bytes
/
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
opam-version: "2.0"
name: "xapi-xenopsd-xc"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
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 ]
]
depends: [
"ocaml"
"dune" {build}
"alcotest" {with-test}
"astring"
"cmdliner"
"ezxenstore"
"forkexec"
"mtime"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"qmp"
"re"
"rpclib"
"sexplib"
"stdext"
"base-threads"
"base-unix"
"uuidm"
"uutf"
"xapi-idl"
"xapi-inventory"
"xapi-rrd"
"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"
}