mirage-kv
MirageOS signatures for key/value devices
README
mirage-kv provides the Mirage_kv.RO and Mirage_kv.RW
signatures the MirageOS key/value devices should implement. In addition,
Mirage_kv_lwt.RO and Mirage_kv_lwt.RW are provided whereio
is constrained to Lwt.t
and value
to string
.
mirage-kv is distributed under the ISC license.
Installation
mirage-kv can be installed with opam
:
opam install mirage-kv
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. API docs for both mirage-kv and
mirage-kv-lwt can be consulted online or via odig doc mirage-kv
.
Install
- Maintainers
-
Sources
Dependencies
Reverse Dependencies
fat-filesystem
= "0.15.0"
mirage-kv-lwt
>= "2.0.0"
mirage-types
>= "3.5.0" & < "3.7.1"
tar-mirage
= "1.1.0"