forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-squeezed.opam
37 lines (37 loc) · 914 Bytes
/
xapi-squeezed.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
opam-version: "2.0"
author: "[email protected]"
maintainer: "[email protected]"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
]
depends: [
"ocaml"
"astring"
"cohttp" {>= "0.11.0"}
"dune"
"re"
"rpclib"
"uri"
"uuid"
"xapi-idl"
"xapi-log"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-types"
"xenctrl" {>= "0.9.20"}
"xenstore"
"xenstore_transport"
]
synopsis: "A memory ballooning daemon for the Xen hypervisor"
description: """
The squeezed daemon shares host memory among running VMs using the
balloon drivers to move memory."""
url {
src:
"https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}