module type T =sig..end
val name : OutputName.tval run : string -> Ocamldep.dependency list -> Report.t -> unitrun 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.