opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: ["Dave Scott" "Jon Ludlam"]
homepage: "https://github.com/mirage/ocaml-vhd"
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "git://github.com/mirage/ocaml-vhd"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build}
  "cstruct" {>= "1.9"}
  "integers"
  "io-page"
  "rresult"
  "uuidm"
  "ppx_cstruct"
]
depexts: [
  ["alpine"]
  ["linux-headers"]
]
patches: [
  "0001-While-importing-large-size-VDI-1TB-error-will-happen.patch"
  "0002-1.lwt.preemptive-merged-in-lwt.unix-since-lwt-3.2.0.patch"
  "0003-Fix-string-escaping-in-code-generator.patch"
  "0004-Fix-detection-of-unused-entries.patch"
]
available: [os = "linux" | os = "darwin" & ocaml-version >= "4.03.0"]
