Packages

Base32 encoding and decoding for all major variants (RFC 4648, Crockford, Geohash, z-base-32)

Current section

Files

Jump to
thirtytwo src thirtytwo.app.src
Raw

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