mirage-fs
is deprecated as of mirage
release 4.3.0. For a read-write storage interface, see mirage-kv, which provides Mirage_kv.RW
.
The historical README is included below.
mirage-fs provides the [Mirage_fs.S][fs]
signature
the MirageOS filesystem devices should implement.
mirage-fs can be installed with opam
:
opam install mirage-fs
If you don't use opam
consult the opam
file for build
instructions.
The documentation and API reference is generated from the source
interfaces. It can be consulted online or via odig doc mirage-fs
.
mirage-fs is distributed under the ISC license, see the LICENSE.md file for its text.