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 "uri" {>= "1.9.0"} 17 "logs" 18 "lwt" {>= "5.4.2"} 19 "io-page" {>= "2.0.0" & < "3.0.0"} 20 "ounit2" {with-test} 21 "diet" {with-test & >= "0.4"} 22 "fmt" {with-test} 23 "conf-linux-libc-dev" {os = "linux"} 24] 25build: [ 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28] 29synopsis: "MirageOS disk block driver for Unix" 30description: """ 31Unix implementation of the Mirage `BLOCK_DEVICE` interface. 32 33This module provides raw I/O to files and block devices with as little 34caching as possible. 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage-block-unix/releases/download/v2.13.0/mirage-block-unix-2.13.0.tbz" 39 checksum: [ 40 "sha256=02850329301a41863c9055f832eb8968018944929f46b9501372ac599add800d" 41 "sha512=bc71cc512b57540e5bcb64de1215ff874ecec831c7372bbdeb99ef1cbd32579aa068cec2782528647d831358c05da5db6d0ae4880d1caedf239da6ab61a7bdb5" 42 ] 43} 44x-commit-hash: "59e1ece188a76e0fc3761d4a5bb4210a22fa3c64"