package mirage-block-unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.3.0.tar.gz
md5=9994fc8e56e2ee363c95d9ead3d56ad6

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: 03 Aug 2016

Dependencies (10)

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

Dev Dependencies (1)

  1. ounit with-test

Used by (13)

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

Conflicts (1)

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