package mirage-fs

  1. Overview
  2. Docs
MirageOS signatures for filesystem devices

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-v3.0.1.tbz
sha256=d313d3f66a4a78ba563c4432a709329f354dfe9020a3c3e3c91b8932df42a15f
sha512=b764cf933c82007831006c992835f56a3d72e448c178489d6b6d5bef094870a3135b4725f41acbad8c9294eb5c9ebd2b8ebe163c603732f78f048454369b9872

Description

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

Tags

org:mirage

Published: 05 Nov 2019

README

mirage-fs — MirageOS signatures for filesystem devices

mirage-fs provides the [Mirage_fs.S][fs] signature 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 (7)

  1. mirage-kv >= "3.0.0" & < "5.0.0"
  2. cstruct >= "4.0.0"
  3. lwt >= "4.0.0"
  4. mirage-device >= "2.0.0"
  5. fmt
  6. dune
  7. ocaml >= "4.06.0"

Dev Dependencies

None

Used by (4)

  1. docteur-unix < "0.0.3"
  2. fat-filesystem = "0.14.0"
  3. mirage-fs-unix >= "1.7.0"
  4. mirage-types >= "3.7.1"

Conflicts

None