package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/irmin-pack.layered/Irmin_pack_layered/Maker/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.