package irmin-pack

  1. Overview
  2. Docs
Irmin backend which stores values in a pack file

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.0.0.tbz
sha256=4df659f3871aaca6888c19cbe54ad939f8edb9392f2ac4cc60e071c42cc1503f
sha512=09ee611dece25f0c0844d0844edd8a6c827bfd535c5c6a0798364319bdec96b6a0fe19ccd56d8bd303b5ddad3f0f03df8d2a38c8382d50312e92f2901ae4d1c4

doc/irmin-pack.mem/Irmin_pack_mem/Maker/Make/Backend/index.html

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.