package irmin-pack

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

Module Make.Backend

Backend functions, which might be used by the backends.

module Schema = Schema
module Hash = Hash

Internal hashes.

Backend content store.

module Contents : sig ... end

An indexable store is a read-write store in which values can be added and later found via their keys.

Backend node store.

module Node : sig ... end

An indexable store is a read-write store in which values can be added and later found via their keys.

module Node_portable : sig ... end

Backend commit store.

module Commit : sig ... end
module Commit_portable : sig ... end
module Branch : sig ... end

Backend branch store.

module Slice : sig ... end

Backend slices.

module Repo : sig ... end

Backend repositories.

module Remote : sig ... end

URI-based low-level remote synchronisation.

OCaml

Innovation. Community. Security.