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.0.tbz
sha256=063b9a312579dc4a1318b4ae1e64a4224014ddcf2d7357aec79f6556cde2fd68
sha512=45bab3c611336e8acf45565b48a23f02d3cfe2c50056bb2f97a43a349d3416d4b489377c1622aa951cfcdab54ceaa9f1a1fd6d800e1d3fca2de2c8a09ca352e8

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: 31 Oct 2019

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-unix >= "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 (3)

  1. fmt with-test
  2. diet with-test & >= "0.4"
  3. 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