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/Checks/Make/Simple/Stat/index.html

Module Simple.Stat

val run : root:string -> unit Lwt.t
val term_internal : (unit -> unit) Cmdliner.Term.t
val term : unit Cmdliner.Term.t * Cmdliner.Term.info
type size =
  1. | Bytes of int
val size_t : size Irmin.Type.t
type version = [
  1. | `V1
  2. | `V2
]
val version_t : version Irmin.Type.t
type io = {
  1. size : size;
  2. offset : Optint.Int63.t;
  3. generation : Optint.Int63.t;
  4. version : version;
}
val io_t : io Irmin.Type.t
type files = {
  1. pack : io option;
  2. branch : io option;
  3. dict : io option;
}
val files_t : files Irmin.Type.t
type objects = {
  1. nb_commits : int;
  2. nb_nodes : int;
  3. nb_contents : int;
}
val objects_t : objects Irmin.Type.t
val v : root:string -> version:Irmin_pack.Version.t -> files
val detect_version : root:string -> Irmin_pack.Version.t
val traverse_index : root:string -> int -> objects
OCaml

Innovation. Community. Security.