package yocaml_syndication

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Yocaml_syndication.AtomSource

See http://cumulus.github.io/Syndic/syndic/Syndic__/Syndic_atom/index.html.

Sourceval make : ?authors:Syndic.Atom.author list -> ?categories:Syndic.Atom.category list -> ?contributors:Syndic.Atom.author list -> ?generator:Syndic.Atom.generator -> ?icon:Uri.t -> ?links:Syndic.Atom.link list -> ?logo:Uri.t -> ?rights:Syndic.Atom.text_construct -> ?subtitle:Syndic.Atom.text_construct -> id:Uri.t -> title:Syndic.Atom.text_construct -> updated:Syndic.Date.t -> Syndic.Atom.entry list -> t
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_atom : ?xml_version:string -> ?encoding:string -> Format.formatter -> t -> unit
Sourceval to_atom : ?xml_version:string -> ?encoding:string -> t -> string