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.1.tbz
sha256=3cf9aeebb875f44f66f6e9825167e4021a3d4f4eea60269cbb14b0015fc84084
sha512=c23085b9e5cb0640a899f3a741764f6d57f32f9d0ad6ec20c45e8953f1ba6f57c0ddab742f472a0d7522246855154a0e274f204c7787c9685ba4d6ff421edd6e

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: 18 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.7.0"
  3. optint
  4. mirage-kv >= "6.1.1"
  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