Skip to content

Commit 8629639

Browse files
committed
[new release] xapi-rrd (1.10.0)
CHANGES: * rrd_updates: use yojson instead of ad-hoc json serialization
1 parent c892f89 commit 8629639

File tree

1 file changed

+44
-0
lines changed
  • packages/xapi-rrd/xapi-rrd.1.10.0

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
maintainer: "Xapi project maintainers"
3+
authors: ["Dave Scott" "Jon Ludlam" "John Else"]
4+
homepage: "https://github.com/xapi-project/xcp-rrd"
5+
bug-reports: "https://github.com/xapi-project/xcp-rrd/issues"
6+
dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git"
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
tags: [
9+
"org:xapi-project"
10+
]
11+
build: [
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+
]
15+
depends: [
16+
"ocaml" {>= "4.14"}
17+
"dune" {>= "2.0.0"}
18+
"base-bigarray"
19+
"base-unix"
20+
"ppx_deriving_rpc" {>= "6.1.0"}
21+
"rpclib"
22+
"xmlm"
23+
"uuidm"
24+
"xapi-stdext-pervasives"
25+
"yojson"
26+
"alcotest" {with-test}
27+
"crowbar" {with-test}
28+
"xapi-stdext-unix" {with-test}
29+
]
30+
available: [arch != "ppc64"]
31+
synopsis: "RRD library for use with xapi"
32+
description: """
33+
Round-Robin Databases (RRDs) are constant-space datastructures
34+
used for archiving historical data where the older data is stored
35+
at a lower resolution."""
36+
url {
37+
src:
38+
"https://github.com/xapi-project/xcp-rrd/releases/download/v1.10.0/xapi-rrd-1.10.0.tbz"
39+
checksum: [
40+
"sha256=29ba8104ed5765f1c9ce922dfb2badee0542a0d36aad96badbd57b7099e1447c"
41+
"sha512=3f5e2b8d4448006ace213a133401ffc2bb7924b63c83bf40d126893085e8289bc42b0dfb22c8fbd900fa755fa920f3faeb5a71c8fc047d5f321c7f944d4782f1"
42+
]
43+
}
44+
x-commit-hash: "c1e97c591889537e5a64e00519517fcf920a230e"

0 commit comments

Comments
 (0)