package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-6.0.1.tbz
sha256=86e5f5ae8ddca2b206c0612b6ebf9ef489e6ed9cb46c8a69781b26ea59107ae1
sha512=a78e61be3e2d1f8a481e54b0f23883243f6f6851fe91de94a21faf29acc8c927188a65a443d850571833322b2e6c217e5ea67caa2277ef4b46f6b9428301c5c3

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 Dec 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 (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

Used by (13)

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

Conflicts

None