package mirage-kv-unix

  1. Overview
  2. Docs
Key-value store for MirageOS backed by Unix filesystem

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-kv-unix-3.0.0.tbz
sha256=7e88544e19b4e29fbd4479d6edb54ac86366f9bf24594b0548bbc34ed62a56c5
sha512=932bffaa5c18b89f1129984dbb1a1b671ab68596228791ac3069c81d3a8972acf2a8b611839a7ce8cb94c158509551fd11d94c9d9d3a4d58f00345569bd568bb

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: 17 Apr 2024

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 package.

Dependencies (6)

  1. ptime
  2. lwt >= "5.3.0"
  3. optint
  4. mirage-kv >= "6.0.0"
  5. ocaml >= "4.08.0"
  6. dune >= "3.8"

Dev Dependencies (4)

  1. alcotest with-test & >= "0.8.1"
  2. mirage-clock-unix with-test & >= "3.0.0"
  3. rresult with-test
  4. cstruct with-test & >= "3.2.0"

Used by

None

Conflicts

None