1
2
3
4
5
6
7
8
9
10
11
12
13
|
{application, glint, [
{vsn, "0.13.0"},
{applications, [gleam_community_ansi,
gleam_community_colour,
gleam_stdlib,
gleeunit,
snag]},
{description, "Gleam command line argument parsing with basic flag support."},
{modules, [glint,
glint@flag,
glint@flag@constraint]},
{registered, []}
]}.
|