Packages

A simple Gleam box drawing library

Current section

Files

Jump to
wink src wink.app.src
Raw

src/wink.app.src

{application, wink, [
{vsn, "1.0.0"},
{applications, [birdie,
gleam_stdlib,
gleeunit]},
{description, "(>ᴗ•) Wink your text! Make it gleam with a boxy upgrade for a polished look that shines ✧"},
{modules, [wink]},
{registered, []}
]}.