package mirage-fs-lwt

  1. Overview
  2. Docs
Module type definitions for filesystems, with concurrency provided by the `lwt` library.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-lwt-1.0.0.tbz
md5=5033652bc40309de77a4986de5bb7a39

Description

This package is primarily useful in the context of the Mirage project.

Tags

org:mirage

Published: 23 Feb 2017

README

mirage-fs — MirageOS signatures for filesystem devices

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

mirage-fs is distributed under the ISC license.

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.

Dependencies (8)

  1. cstruct >= "1.9.0"
  2. lwt
  3. mirage-kv-lwt = "1.0.0"
  4. mirage-fs = "1.0.0"
  5. topkg build
  6. ocamlbuild build
  7. ocamlfind build
  8. ocaml >= "4.01.0"

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.4.0"

Conflicts

None