dlobraico / mirage-kv

MirageOS signature for key/value stores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. In addition, modules specialized for use with Lwt and Async are provided where io is constrained to Lwt.t or Deferred.t respectively, and value is constrained to string:

mirage-kv is distributed under the ISC license.

Build Status

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, mirage-kv-lwt, and mirage-kv-async can be consulted online or via odig doc mirage-kv.

About

MirageOS signature for key/value stores

License:ISC License


Languages

Language:OCaml 99.4%Language:Makefile 0.6%