opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
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"
tags: [
  "org:xapi-project"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "1.4"}
  "base-bigarray"
  "base-unix"
  "ppx_deriving_rpc"
  "rpclib"
  "xmlm"
  "uuidm"
  "ezjsonm"
  "alcotest" {with-test}
  "crowbar" {with-test}
]
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/archive/v1.8.2.tar.gz"
  checksum: "sha256=9b61409e062aa4cade3ac51fbcfd22b1313876ce3f75972d6f23d4fdf60280be"
}
