package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-6.1.1.tbz
sha256=7cd5cd95a0e96f9cd4036ad3c22e61d63e2fe0b426a2fc46f809babbed60b8f4
sha512=b62a726a6ff81251219cea678b97eb8ab552cb9184afc17871c0a42d370020cb837c6c269f8fb36c3398340c21f52077d84dac3d34baeefd8f3d2dc7e99842ae

Description

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

Tags

org:mirage

Published: 03 Apr 2023

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 (6)

  1. ptime >= "1.0.0"
  2. optint >= "0.2.0"
  3. lwt >= "4.0.0"
  4. fmt >= "0.8.7"
  5. dune
  6. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.8.1"

Used by (15)

  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. docteur-solo5 >= "0.0.6"
  7. docteur-unix >= "0.0.6"
  8. git-kv >= "0.0.2"
  9. irmin-mirage-git >= "3.8.0"
  10. mirage-fs-lwt = "1.2.0"
  11. mirage-fs-unix >= "1.7.0"
  12. mirage-kv-mem >= "3.2.1"
  13. mirage-types >= "3.7.1"
  14. tar-mirage >= "2.3.0"
  15. tls-mirage

Conflicts

None