aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gap/src/gap.app.src
blob: 1abc7df280266d0c3e7f678764b744c78d084a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{application, gap, [
    {vsn, "1.0.1"},
    {applications, [gleam_community_ansi,
                    gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam library for comparing strings/lists and producing a textual (styled) representation of the differences."},
    {modules, [gap,
               gap@comparison,
               gap@myers,
               gap@styled_comparison,
               gap@styling]},
    {registered, []}
]}.