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.9.2/xapi-rrd-1.9.2.tbz" checksum: [ "sha256=4303c3b1eae263aef72dd82619c6a48182b8ffd0e414bfbea03dc8e09662ae37" "sha512=463873b7e0886879db04d7ced7954556770b1e2a1bac1e098ea659369d2937f535be544cee2bebce5930188bd35961b21b5bc3ab3bb47d95e5ce50f559fa651e" ] } x-commit-hash: "9e793925222556f142e4a973c5491570b2f34ee0"