Current section
Files
Jump to
Current section
Files
src/webls.app.src
{application, webls, [
{vsn, "1.6.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "A simple web utility library for RSS feeds, Sitemaps, Robots.txt, etc."},
{modules, [webls@@main,
webls@atom,
webls@robots,
webls@rss,
webls@sitemap]},
{registered, []}
]}.