Module Irmin_fsSource

Disk persistence.

Sourcemodule Conf : sig ... end
Sourceval config : string -> Irmin.config

config root is the a configuration with the key Irmin.Config.root set to root. *

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