this repo has no description
1opam-version: "2.0"
2maintainer: "Xapi project maintainers"
3authors: ["Dave Scott" "Jon Ludlam" "John Else"]
4homepage: "https://github.com/xapi-project/xcp-rrd"
5bug-reports: "https://github.com/xapi-project/xcp-rrd/issues"
6dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git"
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8tags: [
9 "org:xapi-project"
10]
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.13"}
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]
30synopsis: "RRD library for use with xapi"
31description: """
32Round-Robin Databases (RRDs) are constant-space datastructures
33used for archiving historical data where the older data is stored
34at a lower resolution."""
35url {
36 src:
37 "https://github.com/xapi-project/xcp-rrd/releases/download/v1.9.1/xapi-rrd-1.9.1.tbz"
38 checksum: [
39 "sha256=1d4288625e3f158dbd3cb853fb00b3fad7776751bd3fe984aa5b1d3f9d04a952"
40 "sha512=d6727675f0904ea48cc4e8bd53e957785e14f87939691061110d27789372089ae98e61865b281731f19dfdc427fefa977a04cdb026a5588fc7fd105ae568c297"
41 ]
42}
43x-commit-hash: "45a0c4c1898569103fb7a37f8dfbc0b6266209cc"