Module Irmin_fsSource

Disk persistence.

Sourceval config : ?config:Irmin.config -> string -> Irmin.config

config ?config root is the configuration config augmented with the key Irmin.Config.root set to root. If not specified, config is Irmin.Config.empty.

Sourcemodule type IO = sig ... end

Advanced configuration

Sourcemodule type Config = sig ... end

Same as Config but gives more control on the file hierarchy.

In-memory IO mocks

Sourcemodule IO_mem : sig ... end