opam-version: "2.0"
synopsis: "Pure OCaml library for reading and writing .vhd format data"
description:
  "It has a particular emphasis on efficient streaming and format conversion."
maintainer: "dave@recoil.org"
authors: ["Dave Scott" "Jon Ludlam"]
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/ocaml-vhd"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "cstruct" {>= "1.9"}
  "integers"
  "io-page"
  "rresult"
  "uuidm"
  "lwt_ppx"
  "jbuilder" {build}
  "ppx_cstruct" {build}
]
available: os = "linux" | os = "macos"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depexts: ["linux-headers"] {os-distribution = "alpine"}
dev-repo: "git://github.com/mirage/ocaml-vhd"
url {
  src:
    "https://github.com/mirage/ocaml-vhd/archive/v0.11.0/ocaml-vhd-v0.11.0.tar.gz"
  checksum: "md5=dd6dee9596e4fca2c46a5ae505bc45f4"
}
