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.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] 30available: [arch != "ppc64"] 31synopsis: "RRD library for use with xapi" 32description: """ 33Round-Robin Databases (RRDs) are constant-space datastructures 34used for archiving historical data where the older data is stored 35at a lower resolution.""" 36url { 37 src: 38 "https://github.com/xapi-project/xcp-rrd/releases/download/v1.11.0/xapi-rrd-1.11.0.tbz" 39 checksum: [ 40 "sha256=7d05044c4074981c714fc299722cc916d1f67141622765c47e9915b89014b55e" 41 "sha512=6531b6a6ce18d6677f29b90b69cb7f1e892d75a8c169e95996490ef38fed3d7785babb50812cc3a72d5eea8c1aa52f3340c7f23e7d4a9bbf1d4e6d96dd415fca" 42 ] 43} 44x-commit-hash: "61d362abe84eefb43c18e392842c5970a937741c"