package mirage-fs

  1. Overview
  2. Docs

Description

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 (7)

  1. mirage-device >= "1.0.0" & < "2.0.0"
  2. result
  3. fmt
  4. topkg build
  5. ocamlbuild build
  6. ocamlfind build
  7. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (4)

  1. docteur-unix < "0.0.3"
  2. fat-filesystem >= "0.12.0" & < "0.14.0"
  3. mirage-fs-lwt
  4. mirage-types >= "3.0.0" & < "3.4.0"

Conflicts

None