{application, ascii_fold, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    splitter]},
    {description, "📠 Convert non-ascii characters into their ascii equivalent."},
    {modules, [ascii_fold,
               ascii_fold@@main]},
    {registered, []}
]}.
