package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.2.1.tbz
sha256=9cfb7291a7d90ca0e55ece33040ad41e74cadd8c6446e04c33558bc1a1951518
sha512=9605acd77de9aae70ae96554a28594e6ed5beba70a48145c0fc2204b32bb23b843ba98cf034e88391581d5f3495154195c644d64a3aa3f8d3994a9c5518c5cda

doc/irmin-pack.unix/Irmin_pack_unix/KV/Make/Snapshot/index.html

Module Make.SnapshotSource

Sourcetype kinded_hash =
  1. | Contents of hash * metadata
  2. | Node of hash
Sourceval kinded_hash_t : kinded_hash Irmin.Type.t
Sourcetype entry = {
  1. step : string;
  2. hash : kinded_hash;
}
Sourcetype inode_tree = {
  1. depth : int;
  2. length : int;
  3. pointers : (int * hash) list;
}
Sourceval inode_tree_t : inode_tree Irmin.Type.t
Sourcetype v =
  1. | Inode_tree of inode_tree
  2. | Inode_value of entry list
Sourcetype inode = {
  1. v : v;
  2. root : bool;
}
Sourcetype t =
  1. | Inode of inode
  2. | Blob of Backend.Contents.Val.t
Sourceval export : ?on_disk:[ `Path of string ] -> repo -> (t -> unit Lwt.t) -> root_key:Tree.kinded_key -> int Lwt.t
Sourcemodule Import : sig ... end
OCaml

Innovation. Community. Security.