package irmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Irmin.BackendSource

Backend defines functions only useful for creating new backends. If you are just using the library (and not developing a new backend), you should not use this module.

Sourcemodule Conf : sig ... end

Backend configuration.

Sourcemodule Watch : sig ... end

Watch provides helpers to register event notifications on read-write stores.

Sourcemodule Lock : sig ... end
Sourcemodule Lru : sig ... end
Sourcemodule Slice : sig ... end
Sourcemodule Remote : sig ... end

Remote stores.

Sourcemodule type S = Backend.S

The modules that define a complete Irmin backend. Apply an implementation to Of_backend to create an Irmin store.

OCaml

Innovation. Community. Security.