Irmin_pack_unix.Checks
Offline stats for Irmin stores.
module type Subcommand = sig ... end
module type S = sig ... end
module Integrity_checks
(XKey : Pack_key.S)
(X :
Irmin.Backend.S
with type Commit.key = XKey.t
and type Node.key = XKey.t
and type Schema.Hash.t = XKey.hash)
(Index : sig ... end) :
sig ... end