this repo has no description
1opam-version: "2.0" 2maintainer: "xen-api@lists.xen.org" 3authors: ["Dave Scott" "Jon Ludlam" "John Else"] 4homepage: "https://github.com/xapi-project/xcp-rrd" 5bug-reports: "https://github.com/xapi-project/xcp-rrd/issues" 6dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git" 7tags: [ 8 "org:xapi-project" 9] 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.08"} 16 "dune" {>= "1.4"} 17 "base-bigarray" 18 "base-unix" 19 "ppx_deriving_rpc" 20 "rpclib" 21 "xmlm" 22 "uuidm" 23 "ezjsonm" 24 "alcotest" {with-test} 25 "crowbar" {with-test} 26] 27synopsis: "RRD library for use with xapi" 28description: """ 29Round-Robin Databases (RRDs) are constant-space datastructures 30used for archiving historical data where the older data is stored 31at a lower resolution.""" 32url { 33 src: "https://github.com/xapi-project/xcp-rrd/archive/v1.8.2.tar.gz" 34 checksum: "sha256=9b61409e062aa4cade3ac51fbcfd22b1313876ce3f75972d6f23d4fdf60280be" 35}