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