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.03.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-block-lwt" {>= "1.0.0"}
  "ipaddr"
  "io-page" {>= "1.4.0"}
  "mirage-xen" {>= "1.0.1" & < "3.3.0"}
  "rresult"
]
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.5.0.tar.gz"
  checksum: "md5=57ba888b8ed46944ec8ce65d781df203"
}
