package irmin

  1. Overview
  2. Docs
Irmin, a distributed database that follows the same design principles as Git

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.7.2.tbz
sha256=29c68c5001a727aaa7a6842d6204ffa3e24b3544fa4f6af2234cdbfa032f7fdf
sha512=87254dfe640619b678a95c211435c0deaaaac8bec50bba711757dd610c9fe6d9a80938399b7e2bb7bc813116eebc82bf3474b281d1afcd1031586f3d51579925

doc/irmin.mem/Irmin_mem/Make/Private/index.html

Module Make.Private

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 with type Sync.endpoint = unit
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.

OCaml

Innovation. Community. Security.