package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-v4.0.0.tbz
sha256=352d87a479f1bbda9aa358aa732a66b813c242e63e9998589d6e818960b63d3a
sha512=d6f98085539e764be19bb544070a701e7b50983075ebd5462063f37c5f0a1c828b6f81f2b9337a1e1ea0718a2f99efb685dc17419b774f110d83446d4b24abb7

Description

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

Tags

org:mirage

Published: 15 Nov 2021

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

  1. caldav < "0.2.1"
  2. cohttp-mirage >= "2.4.0"
  3. conduit-mirage = "2.0.2"
  4. crunch >= "3.1.0"
  5. docteur < "0.0.2"
  6. docteur-solo5 < "0.0.6"
  7. docteur-unix < "0.0.6"
  8. fat-filesystem >= "0.15.0"
  9. git-kv < "0.0.2"
  10. irmin-mirage-git < "3.8.0"
  11. mirage-fs >= "3.0.0"
  12. mirage-fs-lwt = "1.2.0"
  13. mirage-fs-unix >= "1.7.0"
  14. mirage-kv-mem = "3.0.0"
  15. mirage-kv-unix = "2.1.0"
  16. mirage-types >= "3.7.1"
  17. tar-mirage >= "2.0.0" & < "2.2.0"
  18. tls-mirage

Conflicts

None