irmin-pack
Irmin_pack.Checks
Offline stats for Irmin stores.
irmin-pack.layered
irmin-pack.mem
type integrity_error = [
| `Wrong_hash
| `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 type Versioned_store = sig ... end
module type Maker = sig ... end
module Make (_ : Maker) : S
module Index (Index : sig ... end) : sig ... end