Module type Output.T

module type T = sig .. end
The module type of outputs.

val name : OutputName.t
Output name.
val run : string -> Ocamldep.dependency list -> Report.t -> unit
run dest deps rep outputs the report rep associated with dependencies deps to the destination dest. Interpretation of dest is output-dependent, but it usually refers to a file name.