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" doc: "https://mirage.github.io/mirage-block-unix/" bug-reports: "https://github.com/mirage/mirage-block-unix/issues" tags: "org:mirage" license: "ISC" depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.0"} "cstruct" {>= "6.0.0"} "cstruct-lwt" "mirage-block" {>= "2.0.0"} "rresult" "uri" {>= "1.9.0"} "logs" "lwt" {>= "5.4.2"} "io-page" {>= "2.4.0"} "ounit2" {with-test} "diet" {with-test & >= "0.4"} "fmt" {with-test} "conf-linux-libc-dev" {os = "linux"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "MirageOS disk block driver for Unix" description: """ Unix implementation of the Mirage `BLOCK_DEVICE` interface. This module provides raw I/O to files and block devices with as little caching as possible. """ url { src: "https://github.com/mirage/mirage-block-unix/releases/download/v2.14.1/mirage-block-unix-2.14.1.tbz" checksum: [ "sha256=15c5216e31ca4f5d5e3c35da015cd4755fd6387a313285f264a1b98a42a904d5" "sha512=e37330d940b28749d0253ebb844face1a92b76fbbfa10e989aa001151d8749148375ac5c0af5b50e97fe900bcf5c156c704c4aba5167d247e229264bd6e09359" ] } x-commit-hash: "ef4d4496879925f4c2d09ee990cc19be64e1fc20"