Module Benl_utils

module Benl_utils: sig .. end

val parse_control_in_channel : ([< `binary | `source ] as 'a) ->
string ->
Pervasives.in_channel ->
(string -> bool) ->
('a Package.Name.t -> 'a Package.t -> 'b -> 'b) -> 'b -> 'b
val parse_control_file : ([< `binary | `source ] as 'a) ->
string ->
(string -> bool) ->
('a Package.Name.t -> 'a Package.t -> 'b -> 'b) -> 'b -> 'b
val parse_config_from_in_channel : ?filename:string -> Pervasives.in_channel -> Benl_types.config
val parse_config_file : string -> Benl_types.config
val file_content : string -> string
val dump_to_file : string -> string -> unit
val dump_xhtml_to_file : string -> Xhtml.M.html -> unit