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.5.0" & < "1.1.0"}
  "io-page-unix" {>= "0.9.9"}
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-block-unix"
install: [make "install"]
synopsis: "MirageOS disk block driver for Unix"
url {
  src: "https://github.com/mirage/mirage-block-unix/archive/1.1.0.tar.gz"
  checksum: "md5=25ace31d735134c6085a5d7bb39b393a"
}
