package yocaml_syndication

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

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

val 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
val pp : Stdlib.Format.formatter -> t -> unit
val pp_atom : ?xml_version:string -> ?encoding:string -> Stdlib.Format.formatter -> t -> unit
val to_atom : ?xml_version:string -> ?encoding:string -> t -> string