opam-version: "2.0"
maintainer: "jonathan.ludlam@eu.citrix.com"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/tapctl/issues"
dev-repo: "git://github.com/xapi-project/tapctl.git"
tags: [ "org:xapi-project" ]
build: [
  ["oasis" "setup"]
  [make]
]
install: [
  [make "install" "BINDIR=%{bin}%"]
]
remove: [
  ["ocamlfind" "remove" "tapctl"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "oasis" {build}
  "xapi-stdext" {= "2.1.0"}
  "xapi-forkexecd" {= "1.4.0"}
  "rpc"
  "base-threads"
]
synopsis: "A library to control tapdisk on a Xen host"
description: """
Tapdisk is used to create block devices for VMs. This library allows
tapdisks to be manipulated: created, destroyed, paused, unpaused and
the storage media inserted and ejected."""
flags: light-uninstall
url {
  src: "https://github.com/xapi-project/tapctl/archive/v1.0.1.tar.gz"
}
