package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Offline stats for Irmin stores.

type integrity_error = [
  1. | `Wrong_hash
  2. | `Absent_value
]
type nonrec empty
val setup_log : unit Cmdliner.Term.t
val path : string Cmdliner.Term.t
module type Subcommand = sig ... end
module type S = sig ... end
module Make (_ : sig ... end) : S
module Index (Index : sig ... end) : sig ... end
module Stats (S : sig ... end) : sig ... end