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.02.0"}
  "ocamlfind"
  "cmdliner"
  "logs"
  "stringext"
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "1.9.0"}
  "ppx_tools"
  "shared-memory-ring" {>= "0.4.1" & < "2.0.0"}
  "mirage-types" {>= "1.1.0" & < "3.0.0"}
  "ipaddr"
  "io-page" {>= "1.4.0"}
  "mirage-xen" {>= "1.0.1" & < "3.3.0"}
]
available: false
synopsis:
  "MirageOS block driver for Xen that implements the blkfront/back protocol"
description: """
This library allows
  - MirageOS VMs to read and write disk data on Xen
  - MirageOS VMs and userspace apps to act as disk servers for other VMs running
    on the same Xen host"""
url {
  src: "https://github.com/mirage/mirage-block-xen/archive/v1.4.0.tar.gz"
  checksum: "md5=4e34cb99edab0d33539ef571356d567f"
}
