opam-version: "2.0"
authors: "Dave Scott"
homepage: "https://github.com/xapi-project/xcp-idl"
bug-reports: "https://github.com/xapi-project/xcp-idl/issues"
dev-repo: "git://github.com/xapi-project/xcp-idl"
maintainer: "xen-api@lists.xen.org"
tags: [ "org:xapi-project" ]
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
  "ocaml"
  "dune" {build}
  "alcotest" {with-test}
  "fmt" {with-test}
  "astring"
  "cmdliner"
  "cohttp"
  "fd-send-recv"
  "logs"
  "message-switch-core"
  "message-switch-unix"
  "ocaml-migrate-parsetree"
  "ppx_deriving_rpc"
  "ppx_sexp_conv"
  "re"
  "xapi-rrd"
  "sexplib"
  "base-threads"
  "base-unix"
  "uri"
  "xapi-backtrace"
  "xapi-stdext-date"
  "xapi-stdext-monadic"
  "xapi-stdext-pervasives"
  "xapi-stdext-threads"
  "xapi-inventory"
  "xmlm"
]
synopsis: "Interface descriptions and common boilerplate for xapi services"
description: """
The xapi toolstack is a set of communicating services including
  - xenopsd: low-level Xen domain management
  - networkd: host network configuration
  - squeezed: balances memory between domains
  - rrdd: manages datasources and records history
plus storage 'plugins'"""
url {
  src: "https://github.com/xapi-project/xcp-idl/archive/master.tar.gz"
}
