package irmin-fs

  1. Overview
  2. Docs

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
OCaml

Innovation. Community. Security.