package mirage-kv
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-v3.0.1.tbz
sha256=71b23237117b000a3212a3a8cabc841b1a0eac4e559625d89a19b5b6a536e3d8
sha512=b41da634d5ada6bdd14d23bc63759b3d3bc81243385e86153749b71a6002544e4a302c6c4928343a6a13bff4507a03dd30b6a70236153d073b5177f9d07e43ae
doc/CHANGES.html
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
ROsignature:
- values are of type
string - keys are segments instead of a string
readis now namedget, and does no longer take an offset and length- the new function
listis provided - the new functions
last_modifiedanddigestare provided
- A module
Keyis provided with convenience functions to build keys - An
RWsignature is provided, extendingROwith
- a function
setto replace a value - a function
removeto remove a key batchto batch operations
v1.1.1 (2017-06-29)
- Remove
open Resultstatements (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_ROandV1_LWT.KV_ROfrom mirage-types.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page