opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "David Scott" "Anil Madhavapeddy" "Jerome Maloberti" "John Else" "Jon Ludlam" "Thomas Sanders" "Mike McClurg" ]
license: "LGPL-2.0-or-later"
homepage: "https://github.com/xapi-project/xen-api-client"
dev-repo: "git+https://github.com/xapi-project/xen-api-client.git"
bug-reports: "https://github.com/xapi-project/xen-api-client/issues"

tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [make]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "xen-api-client"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "oasis" {build}
  "lwt" {>= "2.4.3" & < "3.0.0"}
  "cstruct" {>= "1.0.1" & < "3.0.0"}
  "ssl"
  "ounit"
  "cohttp" {>= "0.12.0" & < "0.22.0"}
  "uri"
  "re"
  "xmlm"
  "rpc" {>= "1.9.51"}
  "xapi-rrd" {>= "1.0.0"}
  "uuidm"
]
depopts: ["async"]
conflicts: [
  "async" {< "113.24.00"}
  "async" {>= "v0.9.0"}
]
synopsis:
  "Xen-API client library for remotely-controlling an XCP or XenServer host."
flags: light-uninstall
url {
  src:
    "https://github.com/xapi-project/xen-api-client/archive/v0.9.14.tar.gz"
  checksum: "md5=e8a31f7c0cd4a781fd57bc5d48b18047"
}
