opam-version: "2.0"
maintainer: "dave.scott@citrix.com"
tags: [
  "org:xapi-project"
]
build: make
remove: [
  [make "uninstall" "BINDIR=%{bin}%"]
]
depends: [
  "ocaml"
  "cstruct" {>= "0.6.0"}
  "camlp4"
  "lwt" {< "3.0.0"}
  "ocamlfind"
  "cohttp" {>= "0.14.0" & < "0.99"}
  "ssl" {>= "0.5.3"}
  "re"
  "uri"
  "uuidm"
  "oasis"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/xapi-xe"
install: [make "install" "BINDIR=%{bin}%"]
synopsis:
  "A command-line client for the 'xapi' service (as used in XenServer)"
description: """
The 'xe' CLI allows VM, host, networking, storage and resource pool management
in a XenServer environment."""
url {
  src: "https://github.com/djs55/xapi-xe/archive/0.6.3.tar.gz"
  checksum: "md5=43869fe5717e5478d2e4d8bc6a35d308"
}
