Module Irmin_unix.FS

File system backends, using bin_prot.

File-system Store

Append-only store maker.

Atomic-write store maker.

Irmin store maker.

Irmin store make, where only the Contents have to be specified: branches are strings and paths are string lists.

Append-only store maker, with control over the filenames shapes.

Read-write store maker, with control over the filename shapes.

module Make_ext : functor (Obj : Irmin_fs.Config) -> functor (Ref : Irmin_fs.Config) -> Irmin.S_MAKER

Irmin store maker, with control over the filename shapes.