package mirage-block-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-block-unix-2.14.0.tbz
sha256=c321b924621e306c71dd7b5b225f59ad0d389e6f5a3d2bd77fa08d76df723db5
sha512=46095af6866f8eb96570b44d1467a3b41d8c7f4fb9214b842f4d38297e897c04601686def5447106462a7bf708da9f2c062f12fbb02f1e58da704151887f0122

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: 07 Apr 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 (11)

  1. conf-linux-libc-dev os = "linux"
  2. io-page >= "2.4.0"
  3. lwt >= "5.4.2"
  4. logs
  5. uri >= "1.9.0"
  6. rresult
  7. mirage-block >= "2.0.0"
  8. cstruct-lwt
  9. cstruct >= "6.0.0"
  10. dune >= "1.0"
  11. 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