package irmin-pack

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

Private functions, which might be used by the backends.

include Irmin.Private.S with type Contents.value = contents and module Hash = Hash and module Node.Path = Key and type Node.Metadata.t = metadata and type Branch.key = branch and type Slice.t = slice and type Repo.t = repo
module Hash = Hash

Internal hashes.

module Contents : Irmin.Contents.STORE with type key = Hash.t with type value = contents

Private content store.

module Node : sig ... end

Private node store.

module Commit : sig ... end

Private commit store.

module Branch : Irmin.Branch.STORE with type value = Hash.t with type key = branch

Private branch store.

module Slice : sig ... end

Private slices.

module Repo : sig ... end

Private repositories.

module Sync : sig ... end

URI-based low-level sync.