opam-version: "2.0" authors: "Dave Scott " maintainer: "dave@recoil.org" homepage: "https://github.com/mirage/mirage-block-unix" dev-repo: "git+https://github.com/mirage/mirage-block-unix.git" bug-reports: "https://github.com/mirage/mirage-block-unix/issues" build: [ ["jbuilder" "build" "-p" name] ["jbuilder" "runtest"] {with-test} ] depends: [ "ocaml" {>= "4.02.3" & < "5.0"} "ocamlfind" {build} "jbuilder" {>= "1.0+beta7"} "cstruct" {>= "1.3.0" & < "3.4.0"} "lwt" {>= "2.6.0"} "mirage-block-lwt" {>= "1.0.0"} "rresult" "result" "io-page" {>= "1.0.0"} "io-page" {<"2.0.0" & with-test} "uri" "logs" "ounit" {with-test} "fmt" {with-test} "cstruct-lwt" ] depexts: ["linux-headers"] {os-distribution = "alpine"} tags: "org:mirage" synopsis: "MirageOS disk block driver for Unix" url { src: "https://github.com/mirage/mirage-block-unix/archive/v2.8.2.tar.gz" checksum: [ "sha256=ccc2556525abbb310438c8693bccaad1b41ff9125d18769720a485c8576d2ccd" "md5=58dc51096e65da48ec87617be3110467" ] }