/mirage-kv-unix

MirageOS key value store implementation using a Unix file system

Primary LanguageOCamlISC LicenseISC

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.