package irmin

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

Module Irmin.Private

Private 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.

module Conf : sig ... end

Backend configuration.

module Watch : sig ... end

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

module Lock : sig ... end
module Lru : sig ... end
module Node : sig ... end

Node provides functions to describe the graph-like structured values.

module Commit : sig ... end

Commit values represent the store history.

module Slice : sig ... end

The signature for slices.

module Sync = Sync
module type S = sig ... end

The complete collection of private implementations.

OCaml

Innovation. Community. Security.