Current section

Files

Jump to
glerd src glerd.app.src
Raw

src/glerd.app.src

{application, glerd, [
{vsn, "2.0.0"},
{applications, [fswalk,
glance,
gleam_stdlib,
gleeunit,
simplifile]},
{description, "Generate metadata of Gleam Records for runtime reflection"},
{modules, [glerd,
glerd@types]},
{registered, []}
]}.