package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.7.2.tbz
sha256=6aa5ba4c6a0233747d4bd3ab396f2b3a33bb80f9d8ed4a178c83a035033c0e52
sha512=8a5506a57e8569a11c883ca25b3c60ae7a9a03c2da111668193d7b4296434c43f1a310e78f189e4b38c234da790259d2961c6a0ae481282c18bb97f618fccfb6

doc/irmin-pack/Irmin_pack/Pack_value/Of_commit/index.html

Module Pack_value.Of_commitSource

Parameters

module Key : Irmin.Key.S with type hash = Hash.t

Signature

include S with type t = Commit.t and type hash = Hash.t and type key = Key.t
include Irmin.Type.S with type t = Commit.t
Sourceval t : t Repr__.Type.t
Sourcetype hash = Hash.t
Sourcetype key = Key.t
Sourceval hash : t -> hash
Sourceval kind : t -> Kind.t
Sourceval length_header : Kind.t -> [ `Varint ] option

Describes the length header formats for the data sections of pack entries.

Sourceval weight : t -> int

weight t is the t's LRU weight.

Sourceval encode_bin : dict:(string -> int option) -> offset_of_key:(key -> Optint.Int63.t option) -> hash -> t Irmin.Type.encode_bin
Sourceval decode_bin : dict:(int -> string option) -> key_of_offset:(Optint.Int63.t -> key) -> key_of_hash:(hash -> key) -> t Irmin.Type.decode_bin
Sourceval decode_bin_length : string -> int -> int
Sourcemodule Commit_direct : sig ... end
OCaml

Innovation. Community. Security.