package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-4.0.1.tbz
sha256=a7a8b8cd4560c6d4e75220488dbf16eaef71453733565e16c1f15c979b55aa71
sha512=e6ac8b8638eac760d245edb0159366c313ff9f5986fd310557fa6bec6f9fb87a3bb59d73065b42d2a798779d7b41cb81da235624db8e836f44801c4ae20c0293

Description

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

Tags

org:mirage

Published: 28 Feb 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 (20)

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

Conflicts

None