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.1.tbz
sha256=15c5216e31ca4f5d5e3c35da015cd4755fd6387a313285f264a1b98a42a904d5
sha512=e37330d940b28749d0253ebb844face1a92b76fbbfa10e989aa001151d8749148375ac5c0af5b50e97fe900bcf5c156c704c4aba5167d247e229264bd6e09359

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: 20 Jun 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"

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