opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/vhd-tool"
bug-reports: "https://github.com/xapi-project/vhd-tool/issues"
dev-repo: "git+https://github.com/xapi-project/vhd-tool.git"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["oasis" "setup"]
  ["./configure" "--bindir=%{bin}%" "--etcdir=%{etc}%" "--libexecdir=%{bin}%"]
  [make]
]
depends: [
  "ocaml"
  "oasis" {build}
  "ocamlfind" {build}
  "base-threads"
  "cmdliner"
  "cohttp" {>= "0.12.0" & < "0.22.0"}
  "cstruct" {>= "1.0.1" & < "3.0.0"}
  "io-page-unix"
  "lwt" {>= "2.4.3" & < "3.0.0"}
  "nbd" {>= "1.0.1" & < "3.0.0"}
  "re"
  "sha"
  "ssl"
  "tar-format" {> "0.5.0"}
  "uri"
  "vhd-format" {>= "0.7.0"}
  "xapi-idl" {= "1.14.0"}
  "xapi-tapctl" {= "1.0.1"}
  "xenstore"
  "xenstore_transport"
]
synopsis:
  "A command-line tool to manipulate, transcode and stream .vhd format data."
description: """
This tool currently allows you to:
* extract data from a vhd tree
* upload vhd-formatted data to a XenServer host"""
url {
  src: "https://github.com/xapi-project/vhd-tool/archive/v0.12.0.tar.gz"
  checksum: "md5=c2e165e4baf36d5c0c2b20e169941990"
}
