olleolleolle / mirage-fs

Filesystem and block libraries for Mirage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Filesystem and block libraries for Mirage

License:ISC License


Languages

Language:OCaml 98.4%Language:Makefile 1.6%