forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rrd-transport.opam
30 lines (30 loc) · 953 Bytes
/
rrd-transport.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
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
opam-version: "2.0"
maintainer: "[email protected]"
authors: "John Else"
homepage: "https://github.com/xapi-project/xen-api"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
bug-reports: "https://github.com/xapi-project/xen-api"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune" {build & >= "1.0+beta10"}
"cstruct"
"crc"
"astring"
"yojson"
"xapi-idl" {>= "1.0.0"}
"xapi-rrd" {>= "1.0.0"}
"ounit2" {with-test}
]
synopsis: "Shared-memory protocols for exposing performance counters"
description: """
VMs running on a Xen host can use this library to expose performance
counters which can be sampled by the xapi performance monitoring daemon."""
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}