Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type cloud = {
cloud_domain : string;
cloud_port : int;
cloud_path : string;
cloud_register_procedure : string;
cloud_protocol : string;
}
See specification
type ('a, 'b) channel_t = {
ch_title : string;
ch_link : Uri.t;
ch_desc : string;
ch_language : string option;
ch_copyright : string option;
ch_managing_editor : string option;
ch_webmaster : string option;
ch_pubdate : Ptime.t option;
ch_last_build_date : Ptime.t option;
ch_categories : category list;
ch_generator : string option;
ch_cloud : cloud option;
ch_docs : Uri.t option;
ch_ttl : int option;
ch_image : image option;
ch_rating : string option;
ch_text_input : text_input option;
ch_skip_hours : int list option;
ch_skip_days : int list option;
ch_items : 'b item_t list;
ch_data : 'a option;
ch_namespaces : (string * string) list;
}
type item = unit item_t
type channel = (unit, unit) channel_t