this repo has no description
1opam-version: "2.0"
2authors: "Dave Scott <dave@recoil.org>"
3maintainer: "dave@recoil.org"
4homepage: "https://github.com/mirage/mirage-block-unix"
5dev-repo: "git+https://github.com/mirage/mirage-block-unix.git"
6doc: "https://mirage.github.io/mirage-block-unix/"
7bug-reports: "https://github.com/mirage/mirage-block-unix/issues"
8tags: "org:mirage"
9license: "ISC"
10depends: [
11 "ocaml" {>= "4.06.0" & < "5.0"}
12 "dune" {>= "1.0"}
13 "cstruct" {>= "6.0.0"}
14 "cstruct-lwt"
15 "mirage-block" {>= "2.0.0"}
16 "rresult"
17 "uri" {>= "1.9.0"}
18 "logs"
19 "lwt" {>= "5.4.2"}
20 "io-page" {>= "2.4.0"}
21 "ounit2" {with-test}
22 "diet" {with-test & >= "0.4"}
23 "fmt" {with-test}
24 "conf-linux-libc-dev" {os = "linux"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30]
31synopsis: "MirageOS disk block driver for Unix"
32description: """
33Unix implementation of the Mirage `BLOCK_DEVICE` interface.
34
35This module provides raw I/O to files and block devices with as little
36caching as possible.
37"""
38url {
39 src:
40 "https://github.com/mirage/mirage-block-unix/releases/download/v2.14.0/mirage-block-unix-2.14.0.tbz"
41 checksum: [
42 "sha256=c321b924621e306c71dd7b5b225f59ad0d389e6f5a3d2bd77fa08d76df723db5"
43 "sha512=46095af6866f8eb96570b44d1467a3b41d8c7f4fb9214b842f4d38297e897c04601686def5447106462a7bf708da9f2c062f12fbb02f1e58da704151887f0122"
44 ]
45}
46x-commit-hash: "73abd255ed9ae3aa6dd3f3cab272cca242a2c5e8"