opam-version: "2.0"
maintainer: "dave.scott@eu.citrix.com"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [
  ["ocamlfind" "remove" "vhd-format"]
  [make "uninstall"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "lwt" {>= "2.4.3" & < "4.0.0"}
  "cstruct" {>= "0.7.1" & < "2.0.0"}
  "uuidm"
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/ocaml-vhd"
available: os = "linux"
install: [make "install"]
synopsis:
  "A pure OCaml library for reading and writing .vhd format data with a particular emphasis on efficient streaming and format conversion."
url {
  src: "https://github.com/djs55/ocaml-vhd/archive/0.6.4.tar.gz"
  checksum: "md5=198c51d76c2e08427e9a9e01b00a583d"
}
