package irmin-containers

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

Module Blob_log.MakeSource

Make returns a mergeable blob log using the backend and other parameters as specified by the user.

Parameters

module T : Time.S
module V : Irmin.Type.S

Signature

Store for the log. All store related operations like branching, cloning, merging, etc are done through this module.

Sourcetype value = V.t

Type of log entry

Sourceval append : path:Store.path -> Store.t -> value -> unit Lwt.t

Append an entry to the log

Sourceval read_all : path:Store.path -> Store.t -> value list Lwt.t

Read the entire log

OCaml

Innovation. Community. Security.