opam-version: "2.0"
maintainer: "dave@recoil.org"
build: make
remove: [[make "uninstall"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "cstruct" {>= "0.8.1" & < "3.0.0"}
  "ocamlfind"
  "lwt" {>= "2.4.3"}
  "mirage-types" {= "0.3.0"}
  "io-page-unix" {>= "0.9.9"}
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-block-unix"
install: [make "install"]
synopsis: "MirageOS block driver for Unix"
url {
  src: "https://github.com/mirage/mirage-block-unix/archive/0.2.1.tar.gz"
  checksum: "md5=180bc893293d2ad31dea7d67e11d20f4"
}
