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.10.0" & < "0.12.0"}
  "ssl" {>= "0.5.3"}
  "re"
  "uri"
  "uuidm"
  "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.2.tar.gz"
  checksum: "md5=d7f2b3d0e088984f83417d1edaf3200e"
}
