forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrrd2csv.opam
More file actions
26 lines (26 loc) · 707 Bytes
/
Copy pathrrd2csv.opam
File metadata and controls
26 lines (26 loc) · 707 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
opam-version: "2.0"
name: "rrd2csv"
maintainer: "opam-devel@lists.ocaml.org"
authors: [ "Guillem Rieu" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
build: [
["dune" "build" "-p" name "-j" jobs ]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune"
"http-lib"
"xapi-client"
"xapi-idl"
"xapi-rrd"
"xapi-stdext-std"
"xapi-stdext-threads"
]
synopsis: "Convert XenServer RRD data into CSV format"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}