package mirage-block-unix

  1. Overview
  2. Docs
MirageOS disk block driver for Unix

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-block-unix-2.13.0.tbz
sha256=02850329301a41863c9055f832eb8968018944929f46b9501372ac599add800d
sha512=bc71cc512b57540e5bcb64de1215ff874ecec831c7372bbdeb99ef1cbd32579aa068cec2782528647d831358c05da5db6d0ae4880d1caedf239da6ab61a7bdb5

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.

Tags

org:mirage

Published: 27 Jan 2022

README

mirage-block-unix -- MirageOS disk block driver for Unix

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.

E-mail: mirageos-devel@lists.xenproject.org

Dependencies (10)

  1. conf-linux-libc-dev os = "linux"
  2. io-page >= "2.0.0" & < "3.0.0"
  3. lwt >= "5.4.2"
  4. logs
  5. uri >= "1.9.0"
  6. mirage-block >= "2.0.0"
  7. cstruct-lwt
  8. cstruct >= "6.0.0"
  9. dune >= "1.0"
  10. ocaml >= "4.06.0" & < "5.0"

Dev Dependencies (3)

  1. fmt with-test
  2. diet with-test & >= "0.4"
  3. ounit2 with-test

Used by (16)

  1. chamelon
  2. chamelon-unix
  3. fat-filesystem != "0.15.0"
  4. iso-filesystem
  5. message-switch >= "1.4.0"
  6. mirage-block-ccm >= "1.1.0"
  7. mirage-www >= "1.1.0"
  8. nbd = "3.0.0" | >= "6.0.0"
  9. nbd-tool
  10. nbd-unix
  11. qcow >= "0.8.1" & < "0.11.0"
  12. qcow-tool < "0.11.0"
  13. shared-block-ring = "2.4.0" | >= "3.0.1"
  14. tar-format >= "0.4.1" & < "0.5.0" | >= "0.7.1"
  15. tar-mirage
  16. xen-disk >= "1.2.1"

Conflicts

None