Module Ben_frontends.Utils

val parse_control_in_channel : 'a Ben.Package.kind -> string -> Stdlib.in_channel -> (string -> bool) -> ('a Ben.Package.Name.t -> 'a Ben.Package.t -> 'b -> 'b) -> 'b -> 'b
val parse_control_file : 'a Ben.Package.kind -> string -> (string -> bool) -> ('a Ben.Package.Name.t -> 'a Ben.Package.t -> 'b -> 'b) -> 'b -> 'b
val parse_config_from_in_channel : ?filename:string -> Stdlib.in_channel -> Ben.Types.config
val parse_config_file : string -> Ben.Types.config
val file_content : string -> string
val dump_to_file : string -> string -> unit
val dump_xhtml_to_file : string -> Tyxml.Html.doc -> unit