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 "ounit2" {with-test} 21 "diet" {with-test & >= "0.4"} 22 "fmt" {with-test} 23 "conf-linux-libc-dev" {os = "linux"} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 ["dune" "build" "-p" name "-j" jobs] 28 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29] 30synopsis: "MirageOS disk block driver for Unix" 31description: """ 32Unix implementation of the Mirage `BLOCK_DEVICE` interface. 33 34This module provides raw I/O to files and block devices with as little 35caching as possible. 36""" 37url { 38 src: 39 "https://github.com/mirage/mirage-block-unix/releases/download/v2.14.2/mirage-block-unix-2.14.2.tbz" 40 checksum: [ 41 "sha256=e91780cddfa909de5c7265ce87a1a54b11e8e06b84829b712e16bada7f9d06c1" 42 "sha512=3f2c51f19a129e479e26313605ff05b4925228f1e124c7ba1a25170fc1661d53143d7c4802100c6460008007ccb39de44f3486284dcd523bd3f3f2ba04b05b65" 43 ] 44} 45x-commit-hash: "98efe7ad179994cbae5eba4549dd92c486731bcf" 46x-maintenance-intent: [ "(latest)" ]