package mirage-block-ramdisk

  1. Overview
  2. Docs
In-memory block device ("Ramdisk") for Mirage

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
md5=4dcb1f9be08df2914b6ecb2438338312

Description

This is an implementation of the Mirage V1_LWT.BLOCK signature backed by an in-heap Map. This library supports

  • read/write
  • dynamic resize (i.e. device truncation and extension)
  • sparseness querying

Tags

org:mirage

Published: 03 Aug 2016

Dependencies (8)

  1. ocamlbuild build
  2. oasis build
  3. ocamlfind build
  4. lwt
  5. mirage-types-lwt < "3.0.0"
  6. cstruct < "6.1.0"
  7. base-bytes
  8. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (4)

  1. mirage-block < "1.0.0"
  2. qcow != "0.10.0"
  3. qcow-format
  4. qcow-tool

Conflicts

None