opam-version: "2.0"
maintainer: "dave@recoil.org"
homepage:     "https://github.com/mirage/mirage-block-xen"
dev-repo: "git+https://github.com/mirage/mirage-block-xen.git"
bug-reports:  "https://github.com/mirage/mirage-block-xen/issues"
authors: [
  "Anil Madhavapeddy"
  "David Scott"
  "Thomas Leonard"
]
license: "ISC"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [make]
]
install: [make "install" "BINDIR=%{bin}%"]
remove: [[make "uninstall" "BINDIR=%{bin}%"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "cmdliner"
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "0.8.1" & <= "1.9.0"}
  "type_conv"
  "shared-memory-ring" {>= "0.4.1"}
  "mirage-types" {= "0.3.0"}
  "io-page-xen" {>= "0.9.9"}
  "mirage-xen" {>= "0.9.9" & < "3.3.0"}
  "ocamlbuild" {build}
]
available: false
synopsis: "Virtual package which installs the MirageOS block driver for xen"
url {
  src: "https://github.com/mirage/mirage-block-xen/archive/0.3.1.tar.gz"
  checksum: "md5=9bfb6541332b0878f70213518ea668ae"
}
