package mirage-fs-lwt

  1. Overview
  2. Docs
MirageOS signatures for filesystem devices using Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-v1.2.0.tbz
md5=eb6f213e61d3d7f7552b269b457d8f2b

Description

mirage-fs-lwt provides the [Mirage_fs.S][fs] and [Mirage_fs_lwt.S] signatures the MirageOS filesystem devices should implement. These are specialised to the Lwt concurrency library in this package.

Tags

org:mirage

Published: 03 Feb 2019

README

mirage-fs — MirageOS signatures for filesystem devices

mirage-fs provides the [Mirage_fs.S][fs] and [Mirage_fs_lwt.S] signatures the MirageOS filesystem devices should implement.

Installation

mirage-fs can be installed with opam:

opam install mirage-fs

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc mirage-fs.

License

mirage-fs is distributed under the ISC license, see the LICENSE.md file for its text.

Dependencies (8)

  1. cstruct-lwt
  2. cstruct >= "1.9.0"
  3. lwt >= "2.6.0"
  4. mirage-kv-lwt < "2.0.0"
  5. mirage-kv >= "1.1.0"
  6. mirage-fs >= "1.0.0" & < "3.0.0"
  7. dune
  8. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (6)

  1. fat-filesystem >= "0.12.0" & < "0.14.0"
  2. git-mirage < "2.0.0"
  3. mirage-fs-mem
  4. mirage-fs-unix >= "1.3.0" & < "1.7.0"
  5. mirage-http >= "3.2.0"
  6. mirage-types-lwt >= "3.0.0" & < "3.5.0"

Conflicts

None