samoht / mirage-kv-unix

MirageOS key value store implementation using a Unix file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MirageOS key value store implementation using a Unix file system

License:ISC License


Languages

Language:OCaml 99.3%Language:Makefile 0.7%