{application, chomp, [
    {vsn, "0.2.1"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "🍪 Lexer step + parser combinators + great error messages [nibble fork]"},
    {modules, [chomp,
               chomp@lexer,
               chomp@pratt,
               chomp@span]},
    {registered, []}
]}.
