opam-version: "2.0"
maintainer:   "john.else@citrix.com"
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"
build: [
  [make]
  [make "test"] {with-test}
]
install:    [make "PREFIX=%{prefix}%" "install"]
remove:     [make "PREFIX=%{prefix}%" "uninstall"]

depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "oasis" {build}
  "rpc" {< "5.9.0"}
  "uuidm"
  "ounit"
]
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/v0.10.1.tar.gz"
  checksum: "md5=8237f7d60b3169085831e521c3bc813b"
}
