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.2.tbz
sha256=e91780cddfa909de5c7265ce87a1a54b11e8e06b84829b712e16bada7f9d06c1
sha512=3f2c51f19a129e479e26313605ff05b4925228f1e124c7ba1a25170fc1661d53143d7c4802100c6460008007ccb39de44f3486284dcd523bd3f3f2ba04b05b65

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: 15 Sep 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. lwt >= "5.4.2"
  3. logs
  4. uri >= "1.9.0"
  5. rresult
  6. mirage-block >= "2.0.0"
  7. cstruct-lwt
  8. cstruct >= "6.0.0"
  9. dune >= "1.0"
  10. 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