opam-version: "2.0"
maintainer: "dave.scott@eu.citrix.com"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [[make "uninstall" "BINDIR=%{bin}%"]]
depends: [
  "ocaml" {< "4.02.0"}
  "ocamlfind"
  "cmdliner"
  "lwt"
  "cstruct" {= "0.7.1"}
  "shared-memory-ring" {= "0.4.0"}
  "mirage-xen" {= "0.9.2"}
  "mirage" {= "0.9.2"}
  "ocamlbuild" {build}
]
depopts: ["xenctrl"]
dev-repo: "git://github.com/mirage/ocaml-xen-block-driver"
install: [make "install" "BINDIR=%{bin}%"]
synopsis:
  "Xen disk device drivers: both client (\"frontend\") and server (\"backend\")"
url {
  src:
    "https://github.com/mirage/ocaml-xen-block-driver/archive/0.2.0.tar.gz"
  checksum: "md5=2f2937c25a5e0d51bc171d37916e3c73"
}
