package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.4.0.tbz
sha256=9e72efdc13324602d8da46e0492b1f4e09ad524149845e1a9106882f60ad6e1f
sha512=ae9cb4b086c7b93962aafc2ea339ac85c6d66bdf769f70a16f62fa5c74d9b194e12ac00b510be5ffac5adff3aa20fd69c4ca4067dcc966767fefcf5c02bc9969

doc/irmin-pack.mem/Irmin_pack_mem/Maker/Make/argument-1-Schema/Commit/index.html

Module Schema.Commit

Parameters

module Node_key : sig ... end
module Commit_key : sig ... end

Signature

Commit values

type t

The type for commit values.

val t : t Irmin__.Type.t
type node_key = Node_key.t

Type for node keys.

val node_key_t : node_key Irmin__.Type.t
type commit_key = Commit_key.t

Type for commit keys.

val commit_key_t : commit_key Irmin__.Type.t
val v : info:Info.t -> node:node_key -> parents:commit_key list -> t

Create a commit.

val node : t -> node_key

The underlying node key.

val parents : t -> commit_key list

The commit parents.

val info : t -> Info.t

The commit info.

OCaml

Innovation. Community. Security.