opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: "Dave Scott <dave@recoil.org>"
homepage: "https://github.com/mirage/mirage-block-unix"
bug-reports: "https://github.com/mirage/mirage-block-unix/issues"
license: "ISC"
tags: "org:mirage"
dev-repo: "https://github.com/mirage/mirage-block-unix.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build & >= "1.0+beta10"}
  "cstruct" {>= "3.0.0"}
  "cstruct-lwt"
  "mirage-block-lwt" {>= "1.0.0"}
  "rresult"
  "io-page-unix" {>= "2.0.0"}
  "uri" {>= "1.9.0"}
  "logs"
  "ounit" {test}
  "diet" {test}
  "fmt" {test}
  "ppx_tools" {test}
  "ppx_sexp_conv" {test}
  "ppx_type_conv" {test}
]
depexts: [
  [["alpine"] ["linux-headers"]]
  [["centos"] ["kernel-headers"]]
  [["debian"] ["linux-libc-dev"]]
  [["opensuse"] ["linux-glibc-devel"]]
  [["rhel"] ["kernel-headers"]]
  [["ubuntu"] ["linux-libc-dev"]]
]
available: [ocaml-version >= "4.03.0"]
