package mirage-block-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=7899dd024365a325153ff78150813e9a

Description

This driver supports

  • read and write of sector-aligned buffers
  • unbuffered by default (buffered on request)
  • if buffered, ability to flush
  • ability to iterate over sparse regions if the filesystem supports it

Published: 21 Sep 2016

Dependencies (11)

  1. cstruct-lwt
  2. ocamlbuild build
  3. logs
  4. uri >= "1.3.2"
  5. io-page >= "1.0.0"
  6. mirage-types >= "2.3.0" & < "3.0.0"
  7. lwt >= "2.4.3" & < "4.0.0"
  8. ppx_cstruct < "3.4.0"
  9. cstruct >= "1.3.0" & < "3.4.0"
  10. ocamlfind build
  11. ocaml >= "4.00.0" & < "5.0"

Dev Dependencies (2)

  1. ounit with-test
  2. io-page < "2.0.0" & with-test

Used by (14)

  1. fat-filesystem < "0.12.0"
  2. iso-filesystem
  3. message-switch >= "1.4.0"
  4. mirage-block-ccm >= "1.1.0"
  5. mirage-www >= "1.1.0"
  6. nbd >= "2.0.1" & != "4.0.3"
  7. nbd-tool
  8. nbd-unix
  9. qcow < "0.11.0"
  10. qcow-format < "0.4" | >= "0.4.2"
  11. qcow-tool < "0.10.5"
  12. shared-block-ring < "3.0.1"
  13. tar-format >= "0.4.1" & < "0.7.1"
  14. xen-disk >= "1.2.1"

Conflicts (1)

  1. io-page >= "2.0.0" & with-test