package mirage-kv-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MirageOS signatures for key/value devices
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-kv-v2.0.0.tbz
sha256=f2fee87fdc33e02826088347bd35782ab9cb842ac65933b06253413a61cdf53c
md5=ae3aed9d16c93fc67a429ea1b5727dca
Description
mirage-kv-lwt provides the Mirage_kv_lwt.RO and Mirage_kv_lwt.RW signatures,
which are the corresponding Mirage_kv signatures with io constrained to
Lwt.t and value to string.
README
mirage-kv — MirageOS signatures for key/value devices
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 where io 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-kvIf 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.
Dev Dependencies
None
Used by (5)
- mirage-dns
- mirage-fs-lwt
-
mirage-kv-mem
< "3.0.0" -
mirage-kv-unix
< "2.1.0" -
mirage-types-lwt
>= "3.6.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page