package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.10.2.tbz
sha256=088741b619471c8198e74aaf9f4aeb4a9997abec8b9abcbfb3443fd27bfb433f
sha512=bbc03417d6eb87d99bee391c489d23a586b0a260e4c797f5e2465c3ab67cb627a9efa526097c1b89dd3339eafb8bad738c1cf0502e5c70355871ff7dbba324b9

doc/irmin-pack.layered/Irmin_pack_layered/Maker_ext/Private/Commit/Val/index.html

Module Commit.Val

Val provides functions for commit values.

Commit values

type t = value

The type for commit values.

type hash = key

Type for keys.

val v : info:Irmin__.Info.t -> node:hash -> parents:hash list -> t

Create a commit.

val node : t -> hash

The underlying node.

val parents : t -> hash list

The commit parents.

val info : t -> Irmin__.Info.t

The commit info.

Value Types

val t : t Irmin__.Type.t

t is the value type for t.

val hash_t : hash Irmin__.Type.t

hash_t is the value type for hash.

OCaml

Innovation. Community. Security.