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"} 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.1/mirage-block-unix-2.14.1.tbz" 41 checksum: [ 42 "sha256=15c5216e31ca4f5d5e3c35da015cd4755fd6387a313285f264a1b98a42a904d5" 43 "sha512=e37330d940b28749d0253ebb844face1a92b76fbbfa10e989aa001151d8749148375ac5c0af5b50e97fe900bcf5c156c704c4aba5167d247e229264bd6e09359" 44 ] 45} 46x-commit-hash: "ef4d4496879925f4c2d09ee990cc19be64e1fc20"