package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-6.1.0.tbz
sha256=51136885bc128d40ae3c71c5736608688db2d97ebb1987b057a2662bd452ce44
sha512=92d5399e985718f75c02cee06202c7de82c467dd01b9e49fc73c8c9a33eecf5864695adec40b0065dfa0c135c9b7f6f184573bdb8ceaee74b9e5d9457c6cb85c

Description

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

Tags

org:mirage

Published: 01 Feb 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 (16)

  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-kv-unix = "3.0.0"
  14. mirage-types >= "3.7.1"
  15. tar-mirage >= "2.3.0"
  16. tls-mirage

Conflicts

None