Irmin_fsDisk persistence.
module Conf : sig ... endval config : string -> Irmin.configconfig root is the a configuration with the key Irmin.Config.root set to root. *
module type IO = sig ... endmodule Append_only (IO : IO) : Irmin.Append_only.Makermodule Atomic_write (IO : IO) : Irmin.Atomic_write.Makermodule Maker (IO : IO) : Irmin.Makermodule KV (IO : IO) : Irmin.KV_maker with type info = Irmin.Info.defaultmodule type Config = sig ... endSame as Config but gives more control on the file hierarchy.
module Append_only_ext (IO : IO) (C : Config) : Irmin.Append_only.Makermodule Atomic_write_ext (IO : IO) (C : Config) : Irmin.Atomic_write.Makermodule IO_mem : sig ... end