-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathxapi-squeezed.opam
More file actions
34 lines (34 loc) · 875 Bytes
/
xapi-squeezed.opam
File metadata and controls
34 lines (34 loc) · 875 Bytes
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
opam-version: "2.0"
author: "dave.scott@eu.citrix.com"
maintainer: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/squeezed"
bug-reports: "https://github.com/xapi-project/squeezed/issues"
dev-repo: "git://github.com/xapi-project/squeezed.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"ocaml"
"dune" {build}
"uuidm"
"xapi-stdext-pervasives"
"xapi-stdext-threads"
"xapi-stdext-unix"
"cohttp" {>= "0.11.0"}
"uri"
"re"
"rpclib"
"xapi-idl"
"xenstore"
"xenstore_transport"
"xenctrl" {>= "0.9.20"}
]
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/squeezed/archive/master/master.tar.gz"
}