package irmin

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

Private Implementations

module Hash : Hash.S

Internal hashes.

module Contents : Contents.STORE with type key = Hash.t

Private content store.

module Node : Private.Node.STORE with type key = Hash.t and type Val.hash = Contents.key

Private node store.

module Commit : Private.Commit.STORE with type key = Hash.t and type Val.hash = Node.key

Private commit store.

module Branch : Branch.STORE with type value = Commit.key

Private branch store.

Private slices.

module Repo : sig ... end

Private repositories.

module Sync : sig ... end

URI-based low-level sync.