package irmin-pack

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

irmin-2.7.1.tbz
sha256=fac7c032f472fb369378ad2d8fe77e7cd3b3c1c6a0d7bf59980b69528891b399
sha512=06db1c4e90d43bdfbea2d4f15037eef77207877c05019a6ce0f7f7771afe7d9200da019e3d845ff98ee86947f3e538e1521d818e6d6ddd97105fcaeb746fe418

doc/irmin-pack.layered/Irmin_pack_layered/Checks/Make/Simple/Stat/index.html

Module Simple.StatSource

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

Innovation. Community. Security.