package mirage-kv

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-1.0.0.tbz
md5=51028bd1442e965c193ab0a2d921a72b

Description

Tags

org:mirage

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

  1. result
  2. fmt
  3. mirage-device >= "1.0.0" & < "2.0.0"
  4. topkg build & >= "0.8.0"
  5. ocamlbuild build
  6. ocamlfind build
  7. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (4)

  1. dns >= "0.19.1" & < "1.0.0"
  2. fat-filesystem = "0.15.0"
  3. mirage-kv-lwt < "2.0.0"
  4. mirage-types >= "3.0.0" & < "3.4.0"

Conflicts

None