Current section

Files

Jump to
gleamy_lights src gleamy_lights.app.src
Raw

src/gleamy_lights.app.src

{application, gleamy_lights, [
{vsn, "2.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Colored terminal output for Gleam."},
{modules, [gleamy_lights,
gleamy_lights@premixed,
gleamy_lights@premixed@gleam_colors]},
{registered, []}
]}.