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" 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8tags: [ 9 "org:xapi-project" 10] 11build: [ 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.05"} 17 "dune" {>= "2.0.0"} 18 "base-bigarray" 19 "base-unix" 20 "ppx_deriving_rpc" {>= "6.1.0"} 21 "rpclib" 22 "xmlm" 23 "uuidm" 24 "xapi-stdext-pervasives" 25 "yojson" 26 "alcotest" {with-test} 27 "crowbar" {with-test} 28 "xapi-stdext-unix" {with-test} 29] 30synopsis: "RRD library for use with xapi" 31description: """ 32Round-Robin Databases (RRDs) are constant-space datastructures 33used for archiving historical data where the older data is stored 34at a lower resolution.""" 35url { 36 src: 37 "https://github.com/xapi-project/xcp-rrd/releases/download/v1.9.0/xapi-rrd-1.9.0.tbz" 38 checksum: [ 39 "sha256=165da683983352b2d951dee5da99f081049a71f14edd2cc67b3161f2c272310b" 40 "sha512=0f56ab2c738f76156fceebef16eaac9338f8ebf98e73a825ac5f3766ffccaa8bcb202cdb712d375655e0dfca34e01b9bd7302097775c95fa3a57c0ab9bdd87cb" 41 ] 42} 43x-commit-hash: "7ce1ac344bae7d6b31678c3ad942a4bd8026d296"