package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.9.0.tbz
sha256=7af11e14d312b9ae340997f8c27907b9fc9a0d19539fb643e1820d5183a76750
sha512=d7b61c6fddab0a8b61efe867b9a0fdc14c01eb1adeda2f5018b8dfee306c8324c77dd648c7cb9860e62a26e224955f9331b49d19cb693ad5d773efc53263d9fd

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

Module Make.StatSource

Sourcemodule Layer_stat = Simple.Stat
Sourcetype files_layer = {
  1. flip : [ `Upper1 | `Upper0 ] option;
  2. lower : Layer_stat.files;
  3. upper1 : Layer_stat.files;
  4. upper0 : Layer_stat.files;
}
Sourceval files_layer_t : files_layer Irmin.Type.t
Sourcetype objects_layer = {
  1. lower : Layer_stat.objects;
  2. upper1 : Layer_stat.objects;
  3. upper0 : Layer_stat.objects;
}
Sourceval objects_layer_t : objects_layer Irmin.Type.t
Sourcetype t = {
  1. hash_size : Layer_stat.size;
  2. log_size : int;
  3. files : files_layer;
  4. objects : objects_layer;
}
Sourceval t : t Irmin.Type.t
Sourceval v : root:string -> files_layer Lwt.t
Sourceval conf : string -> Irmin.config
Sourceval traverse_indexes : root:string -> int -> objects_layer
Sourceval run : root:string -> unit Lwt.t
Sourceval term_internal : (unit -> unit) Cmdliner.Term.t
Sourceval term : unit Cmdliner.Term.t * Cmdliner.Term.info
OCaml

Innovation. Community. Security.