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