module type T =sig
..end
val name : OutputName.t
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.