Packages

Base62 encoding and decoding for Gleam

Current section

Files

Jump to
sixtytwo src sixtytwo.app.src
Raw

src/sixtytwo.app.src

{application, sixtytwo, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Base62 encoding and decoding for Gleam"},
{modules, [sixtytwo,
sixtytwo@@main]},
{registered, []}
]}.