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.12.0/xapi-rrd-1.12.0.tbz" checksum: [ "sha256=850eb24c732b6300e1a0b587100eb5b54440efbe911724fb339c6b20d9534546" "sha512=8f0d7044983ecb30a8a7064b398235150ba50e5a68bdf3da6442762879ed2f97c9c4b2b93856be79e5f1bad605709b2dc557cf2606af0cb68833596a2bfa8f60" ] } x-commit-hash: "86dc1ae47c8ff2f096b6e679568632818b0e52b0"