Current section
Files
Jump to
Current section
Files
src/thirtytwo.app.src
{application, thirtytwo, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Base32 encoding and decoding for all major variants (RFC 4648, Crockford, Geohash, z-base-32)"},
{modules, [thirtytwo,
thirtytwo@@main]},
{registered, []}
]}.