mirage/index

A platform-agnostic multi-level index

33

stars

642

commits

OCaml

primary language

Feb 5, 2026

updated

README

Index - a platform-agnostic multi-level index

OCaml-CI Build Status

Index is a scalable implementation of persistent indices in OCaml.

It takes an arbitrary IO implementation and user-supplied content types and supplies a standard key-value interface for persistent storage.

Index supports instance sharing: each OCaml runtime can share a common singleton instance.

Index supports multiple-reader/single-writer access. Concurrent access is safely managed using lock files.

Contributors

craigfe

267 commits

samoht

187 commits

icristescu

107 commits

pascutto

19 commits

mirage/index

A platform-agnostic multi-level index

33

stars

642

commits

OCaml

primary language

Feb 5, 2026

updated

README

Index - a platform-agnostic multi-level index

OCaml-CI Build Status

Index is a scalable implementation of persistent indices in OCaml.

It takes an arbitrary IO implementation and user-supplied content types and supplies a standard key-value interface for persistent storage.

Index supports instance sharing: each OCaml runtime can share a common singleton instance.

Index supports multiple-reader/single-writer access. Concurrent access is safely managed using lock files.

Contributors

craigfe

267 commits

samoht

187 commits

icristescu

107 commits

pascutto

19 commits

Languages

OCaml

98.5%