package mirage-kv-lwt

  1. Overview
  2. Docs

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.

Tags

org:mirage

Published: 25 Feb 2019

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-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.

Dependencies (5)

  1. cstruct
  2. lwt
  3. mirage-kv >= "2.0.0" & < "3.0.0"
  4. dune
  5. ocaml >= "4.05.0"

Dev Dependencies

None

Used by (11)

  1. capnp-rpc-lwt >= "0.3.2" & < "0.5.0"
  2. capnp-rpc-net < "0.6.0"
  3. cohttp-mirage >= "2.1.0" & < "2.4.0"
  4. conduit-mirage < "2.0.2"
  5. crunch = "3.0.0"
  6. mirage-dns >= "3.1.2"
  7. mirage-fs-lwt >= "2.0.0"
  8. mirage-kv-mem < "3.0.0"
  9. mirage-kv-unix < "2.1.0"
  10. mirage-types-lwt >= "3.5.0" & < "3.7.1"
  11. tar-mirage = "1.1.0"

Conflicts

None