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.11.0/xapi-rrd-1.11.0.tbz" checksum: [ "sha256=7d05044c4074981c714fc299722cc916d1f67141622765c47e9915b89014b55e" "sha512=6531b6a6ce18d6677f29b90b69cb7f1e892d75a8c169e95996490ef38fed3d7785babb50812cc3a72d5eea8c1aa52f3340c7f23e7d4a9bbf1d4e6d96dd415fca" ] } x-commit-hash: "61d362abe84eefb43c18e392842c5970a937741c"