package mirage-block-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-block-unix-v2.12.1.tbz
sha256=4fc0ccea3c06c654e149c0f0e1c2a6f19be4e3fe1afd293c6a0dba1b56b3b8c4
sha512=3a100b5641e5e2261af10e9720ecc32a1849085aaeec43ec5d983efe279c385dc813240272f68c08b51a1a09f041cb9ee2870fb176dc1c0858396bc6582657ad

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: 19 Jul 2020

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. logs
  3. uri >= "1.9.0"
  4. io-page >= "2.0.0"
  5. rresult
  6. mirage-block >= "2.0.0" & < "3.0.0"
  7. cstruct-lwt
  8. cstruct >= "3.0.0" & < "6.1.0"
  9. dune >= "1.0"
  10. ocaml >= "4.06.0" & < "5.0"

Dev Dependencies (4)

  1. io-page-unix with-test
  2. fmt with-test
  3. diet with-test & >= "0.4"
  4. ounit with-test

Used by (14)

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

Conflicts

None