aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/glint/src/glint.app.src
blob: 7eb76490b2d7051615a57038c9bfe0e42da4a3eb (plain)
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, []}
]}.