Skip to content

andreas/irmin-fdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irmin-fdb

irmin-fdb implements an Irmin store backed by FoundationDB. The implementation is based on ocaml-fdb.

See the Irmin tutorial for more information onwriting storage backends for Irmin.

Requirements

Installing libfdb (download here) is a requirement for using irmin-fdb.

Install

This package is not available on OPAM yet, but in the meantime you can install it in the following manner:

opam pin add irmin-fdb git://github.com/andreas/irmin-fdb.git

Build

dune build

Test

dune runtest

About

Irmin store backed by FoundationDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages