aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/gap/ebin/gap.app
blob: ae3725417f2f24535f98d3a9381ddeb42b0ada64 (plain)
1
2
3
4
5
6
7
8
{application, gap, [
    {vsn, "1.0.1"},
    {applications, [gleam_community_ansi,
                    gleam_stdlib]},
    {description, "A Gleam library for comparing strings/lists and producing a textual (styled) representation of the differences."},
    {modules, []},
    {registered, []}
]}.