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-v2.1.0.tbz
sha256=e82a93cbf2a42f2f0e8f7c615ed23f9c8edaca741a4dd875c593a849c38a3cfc
sha512=fdfe0356528a1cbdd3b84afd8c448f78ecacbc8096b7d52b6588ad55668abeeebbe56c263170a52240794b15278469d22fb3b2563dc624a93ed6a05e2ee35463

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: 31 Oct 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 (5)

  1. ptime
  2. lwt
  3. mirage-kv >= "3.0.0" & < "5.0.0"
  4. ocaml >= "4.06.0"
  5. dune >= "1.0"

Dev Dependencies (4)

  1. alcotest with-test & >= "0.7.1" & < "1.4.0"
  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