package mirage-kv-unix

  1. Overview
  2. Docs

Description

This is a Mirage key-value store backed by an underlying Unix directory.

The current version supports the Mirage_kv_lwt.RO and Mirage_kv_lwt.RW signatures defined in the mirage-kv-lwt package.

Tags

org:mirage

Published: 27 Feb 2019

README

mirage-kv-unix -- key-value store for MirageOS backed by Unix filesystem

This is a Mirage key-value store backed by an underlying Unix directory.

The current version supports the Mirage_kv.RO and Mirage_kv_lwt.RW signatures defined in the [mirage-kv-lwt](https://github.com/mirage/mirage-kv) package.

Dependencies (6)

  1. ptime
  2. lwt
  3. mirage-kv-lwt >= "1.0.0"
  4. cstruct >= "3.2.0"
  5. ocaml >= "4.05.0"
  6. dune >= "1.0"

Dev Dependencies (3)

  1. alcotest with-test & >= "0.7.1" & < "1.4.0"
  2. mirage-clock-unix with-test & >= "2.0.0" & < "3.0.0"
  3. rresult with-test

Used by

None

Conflicts

None