opam-version: "2.0"
maintainer: "dave.scott@eu.citrix.com"
authors: ["David Scott" "Jonathan Ludlam"]
homepage: "https://github.com/djs55/vhd-tool"
bug-reports: "https://github.com/djs55/vhd-tool/issues"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["./configure" "--bindir=%{bin}%"]
  [make]
]
remove: [
  ["./configure" "--bindir=%{bin}%"]
  [make "uninstall"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "1.0.1"}
  "vhd-format" {>= "0.7.0" & < "0.8.0"}
  "uuidm"
  "cmdliner"
  "nbd" {>= "1.0.1" & < "2.0"}
  "ounit"
  "uri"
  "tar-format" {> "0.2" & < "0.3.0"}
  "sha"
  "cohttp" {>= "0.10.1" & < "0.12.0"}
  "ssl" {>= "0.5.3"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/vhd-tool"
install: [make "install"]
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/djs55/vhd-tool/archive/v0.7.5.tar.gz"
  checksum: "md5=f3db3c343247c66ddb84136c0e22fb7f"
}
