dune-private-libs.stdune
Console.Backend
dune-private-libs.cache
dune-private-libs.dune-lang
dune-private-libs.dune-section
dune-private-libs.dune_csexp
dune-private-libs.dune_re
dune-private-libs.dune_util
dune-private-libs.filesystem_stubs
dune-private-libs.meta_parser
dune-private-libs.ocaml-config
dune-private-libs.xdg
module type S = sig ... end
type t = (module S)
val set : t -> unit
val compose : t -> t -> t
compose a b produce a backend that sends message to both a and b backends.
compose a b
a
b
val dumb : t
A dumb backend that hides the status line and simply dump the messages to the terminal
val progress : t
A backend that just displays the status line in the terminal