this repo has no description

[new release] xapi-rrd (1.10.0)

CHANGES:

* rrd_updates: use yojson instead of ad-hoc json serialization

Changed files
+44
packages
xapi-rrd
xapi-rrd.1.10.0
+44
packages/xapi-rrd/xapi-rrd.1.10.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Xapi project maintainers"
+
authors: ["Dave Scott" "Jon Ludlam" "John Else"]
+
homepage: "https://github.com/xapi-project/xcp-rrd"
+
bug-reports: "https://github.com/xapi-project/xcp-rrd/issues"
+
dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
tags: [
+
"org:xapi-project"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "2.0.0"}
+
"base-bigarray"
+
"base-unix"
+
"ppx_deriving_rpc" {>= "6.1.0"}
+
"rpclib"
+
"xmlm"
+
"uuidm"
+
"xapi-stdext-pervasives"
+
"yojson"
+
"alcotest" {with-test}
+
"crowbar" {with-test}
+
"xapi-stdext-unix" {with-test}
+
]
+
available: [arch != "ppc64"]
+
synopsis: "RRD library for use with xapi"
+
description: """
+
Round-Robin Databases (RRDs) are constant-space datastructures
+
used for archiving historical data where the older data is stored
+
at a lower resolution."""
+
url {
+
src:
+
"https://github.com/xapi-project/xcp-rrd/releases/download/v1.10.0/xapi-rrd-1.10.0.tbz"
+
checksum: [
+
"sha256=29ba8104ed5765f1c9ce922dfb2badee0542a0d36aad96badbd57b7099e1447c"
+
"sha512=3f5e2b8d4448006ace213a133401ffc2bb7924b63c83bf40d126893085e8289bc42b0dfb22c8fbd900fa755fa920f3faeb5a71c8fc047d5f321c7f944d4782f1"
+
]
+
}
+
x-commit-hash: "c1e97c591889537e5a64e00519517fcf920a230e"