# This file is generated by dune, edit dune-project instead
version: "26.1.3"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
x-maintenance-intent: ["(latest)"]
opam-version: "2.0"
authors: "Dave Scott"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
maintainer: "xapi project maintainers"
tags: [ "org:xapi-project" ]
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
  "ocaml"
  "dune" {>= "3.15"}
  "alcotest" {with-test}
  "fmt" {with-test}
  "astring"
  "cmdliner"
  "cohttp"
  "cohttp-posix"
  "fd-send-recv"
  "ipaddr"
  "logs"
  "lwt" {>= "5.0.0"}
  "message-switch-lwt" {with-test}
  "message-switch-core"
  "message-switch-unix"
  "mtime"
  "ppx_deriving_rpc"
  "ppx_deriving"
  "ppx_sexp_conv"
  "re"
  "result"
  "rpclib"
  "rresult"
  "sexplib"
  "sexplib0"
  "uri"
  "uuidm"
  "xapi-backtrace"
  "xapi-open-uri"
  "xapi-rrd"
  "clock"
  "xapi-stdext-pervasives"
  "xapi-stdext-std"
  "xapi-stdext-threads"
  "xapi-stdext-unix"
  "xapi-tracing"
  "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/xen-api/archive/master.tar.gz"
}
