Progress_engine
Progress_engine provides a platform-independent progress bar renderer. Most users should use the Progress module, which instantiates this core with a Unix platform implementation.
Progress
module type S = sig ... end
module type Platform = sig ... end
module Make (_ : Progress_engine.Platform) : Progress_engine.S
module Integer : sig ... end
module Exposed_for_testing : sig ... end