module Cudf_printer:Pretty printing of CUDF macro-components (documents, stanzas, ...)sig..end
For pretty printing of micro-components see Cudf_types.
val pp_cudf : Format.formatter -> Cudf.cudf -> unitval pp_doc : Format.formatter -> Cudf.cudf_doc -> unitval pp_item : Format.formatter -> Cudf.cudf_item -> unitval pp_package : Format.formatter -> Cudf.package -> unitval pp_request : Format.formatter -> Cudf.request -> unitval pp_packages : Format.formatter -> Cudf.package list -> unitval pp_universe : Format.formatter -> Cudf.universe -> unit
Shorthand functions.
val string_of_cudf : Cudf.cudf -> stringval string_of_doc : Cudf.cudf_doc -> stringval string_of_item : Cudf.cudf_item -> stringval string_of_package : Cudf.package -> stringval string_of_request : Cudf.request -> stringval string_of_packages : Cudf.package list -> stringval string_of_universe : Cudf.universe -> string