Current section

Files

Jump to
polly src polly.app.src
Raw

src/polly.app.src

{application, polly, [
{vsn, "1.0.2"},
{applications, [filepath,
gleam_stdlib,
gleeunit,
repeatedly]},
{description, "A polling file-system watcher"},
{modules, [polly]},
{registered, []}
]}.