package irmin-pack

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

Offline stats for Irmin stores.

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