-
Notifications
You must be signed in to change notification settings - Fork 68
/
xapi-xenopsd.opam
52 lines (52 loc) · 1.24 KB
/
xapi-xenopsd.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
opam-version: "2.0"
name: "xapi-xenopsd"
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]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune" {build}
"base-threads"
"alcotest" {with-test}
"astring"
"cohttp"
"fd-send-recv"
"fmt" { >= "0.8.8" }
"forkexec"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"re"
"result"
"rpclib"
"rresult"
"sexplib"
"sexplib0"
"uri"
"uuidm"
"uutf"
"xapi-backtrace"
"xapi-idl"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xenctrl"
"xenstore_transport" {with-test}
"xmlm"
]
synopsis: "A single-host domain/VM manager for the Xen hypervisor"
description: """
The xenopsd daemon allows a set of VMs on a single host to be controlled
via a simple API. The API has been tailored to suit the needs of xapi,
which manages clusters of hosts running Xen, but it can also be used
standalone."""
url {
src: "https://github.com/xapi-project/xenopsd/archive/master/master.tar.gz"
}