Current section

Files

Jump to
webls src webls.app.src
Raw

src/webls.app.src

{application, webls, [
{vsn, "1.4.0"},
{applications, [birl,
gleam_stdlib,
gleeunit]},
{description, "A simple web utility library for RSS feeds, Sitemaps, Robots.txt, etc."},
{modules, [webls@robots,
webls@rss,
webls@sitemap]},
{registered, []}
]}.