opam-version: "2.0"
maintainer: "dave@recoil.org"
tags: ["org:mirage" "org:xapi-project"]
authors: ["Dave Scott" "Jon Ludlam"]
homepage: "https://github.com/mirage/ocaml-vhd"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
build: make
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.02.3" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ppx_tools"
  "ppx_cstruct"
  "lwt" {>= "2.4.3" & < "4.0.0"}
  "cstruct" {>= "1.9" & <"3.4.0"}
  "cstruct-lwt"
  "mirage-types-lwt" {< "3.0.0"}
  "ipaddr"
  "io-page"
  "io-page-unix" {>= "2.0.0"}
  "uuidm"
  "ounit"
]
depexts: ["linux-headers"] {os-distribution = "alpine"}
dev-repo: "git://github.com/mirage/ocaml-vhd"
available: os = "linux" | os = "macos"
install: [make "install"]
synopsis: "Pure OCaml library for reading and writing .vhd format data"
description:
  "It has a particular emphasis on efficient streaming and format conversion."
url {
  src: "https://github.com/mirage/ocaml-vhd/archive/v0.8.0.tar.gz"
  checksum: "md5=07da7e3639a0b79a2bf8c88a715c2bd4"
}
