package mirage-kv
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=352d87a479f1bbda9aa358aa732a66b813c242e63e9998589d6e818960b63d3a
sha512=d6f98085539e764be19bb544070a701e7b50983075ebd5462063f37c5f0a1c828b6f81f2b9337a1e1ea0718a2f99efb685dc17419b774f110d83446d4b24abb7
CHANGES.md.html
v4.0.0 (2021-11-15)
Remove Mirage_kv_lwt module (#24 @hannesm)
remove mirage-device dependency (#24 @hannesm)
Adapt to fmt 0.8.7 dependency (#23 @MisterDA)
v3.0.1 (2019-11-04)
provide deprecated Mirage_kv_lwt for smooth transition (#21 @hannesm)
v3.0.0 (2019-10-22)
remove mirage-kv-lwt (#19 @hannesm)
specialise mirage-kv on Lwt.t and value being string (#19 @hannesm)
raise lower OCaml bound to 4.06.0 (#19 @hannesm)
v2.0.0 (2019-02-24)
Major revision of the
RO
signature:
values are of type
string
keys are segments instead of a string
read
is now namedget
, and does no longer take an offset and lengththe new function
list
is providedthe new functions
last_modified
anddigest
are provided
A module
Key
is provided with convenience functions to build keysAn
RW
signature is provided, extendingRO
with
a function
set
to replace a valuea function
remove
to remove a keybatch
to batch operations
v1.1.1 (2017-06-29)
Remove
open Result
statements (and drop support to 4.02)
v1.1.0 (2017-05-26)
Port to Jbuilder.
v1.0.0 (2016-12-27)
First release, import
V1.KV_RO
andV1_LWT.KV_RO
from mirage-types.