Packages

📠 Convert non-ascii characters into their ascii equivalent.

Current section

Files

Jump to
ascii_fold src ascii_fold.app.src
Raw

src/ascii_fold.app.src

{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, []}
]}.