module Rss_export:Command line tool to manipulate rss channels.sig..end
type output_type =
| |
Rss |
val output_type : output_type Pervasives.refval filters : (Rss.channel -> Rss.channel) list Pervasives.refval add_filter : (Rss.channel -> Rss.channel) -> unitval remaining : string list Pervasives.refval options : (string * Arg.spec * string) listval rss_of_file : string -> Rss.channelval main : unit -> unit