package mirage-kv-lwt

  1. Overview
  2. Docs
MirageOS signatures for key/value devices

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-kv-v2.0.0.tbz
sha256=f2fee87fdc33e02826088347bd35782ab9cb842ac65933b06253413a61cdf53c
md5=ae3aed9d16c93fc67a429ea1b5727dca

doc/mirage-kv-lwt/Mirage_kv_lwt/index.html

Module Mirage_kv_lwt

MirageOS signatures for key/value devices using Lwt

v2.0.0

module type RO = Mirage_kv.RO with type 'a io = 'a Lwt.t and type value = string
module type RW = Mirage_kv.RW with type 'a io = 'a Lwt.t and type value = string