package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-5.0.0.tbz
sha256=1036d74392461017ca8d9e32ccf94a5be6e03a056fa9ee551d4a7f49f6385462
sha512=f5acef8f8deedf5489e66fe5a088b468e1e691287f67563081564e3d66ad20c542dd600b3a0b118bc3d3d76bd91656ecb1fa31e9645fe9f6b224280a0876d939

Description

mirage-kv provides the Mirage_kv.RO and Mirage_kv.RW signatures the MirageOS key/value devices should implement.

Tags

org:mirage

Published: 07 Sep 2022

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.

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 can be consulted online or via odig doc mirage-kv.

Dependencies (4)

  1. lwt >= "4.0.0"
  2. fmt >= "0.8.7"
  3. dune
  4. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (12)

  1. caldav < "0.2.1"
  2. chamelon-unix
  3. cohttp-mirage >= "2.4.0"
  4. conduit-mirage = "2.0.2"
  5. crunch >= "3.1.0"
  6. git-kv < "0.0.2"
  7. mirage-fs-lwt = "1.2.0"
  8. mirage-fs-unix >= "1.7.0"
  9. mirage-kv-mem = "3.1.0"
  10. mirage-types >= "3.7.1"
  11. tar-mirage >= "2.2.0" & < "2.3.0"
  12. tls-mirage

Conflicts

None