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