package mirage-kv-lwt

  1. Overview
  2. Docs
MirageOS utilities for interfacing with key-value stores.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-1.1.0.tbz
md5=b1d8a3749ab84a6401c340b209f20faa

Description

Tags

org:mirage

Published: 26 May 2017

README

mirage-kv — MirageOS signatures for key/value devices

mirage-kv provides the Mirage_kv.RO and Mirage_kv_lwt.RO 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. It can be consulted online or via odig doc mirage-kv.

Dependencies (5)

  1. cstruct >= "1.9.0"
  2. lwt
  3. mirage-kv >= "1.0.0" & < "2.0.0"
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (14)

  1. capnp-rpc-lwt >= "0.2" & < "0.5.0"
  2. capnp-rpc-net < "0.6.0"
  3. cohttp-mirage < "2.1.0"
  4. crunch >= "2.0.0" & < "3.0.0"
  5. dns >= "0.19.1" & < "1.0.0"
  6. irmin-mirage < "2.0.0"
  7. jitsu
  8. mirage-dns >= "2.6.0" & < "3.1.2"
  9. mirage-fs-lwt >= "1.1.1" & < "2.0.0"
  10. mirage-fs-unix >= "1.3.0" & < "1.7.0"
  11. mirage-kv-unix < "2.1.0"
  12. mirage-types-lwt >= "3.0.0" & < "3.5.0"
  13. protocol-9p >= "0.9.0" & < "2.0.0"
  14. protocol-9p-unix < "2.0.0"

Conflicts

None