Packages

Erlang implementation of base32 encoding and decoding.

Current section

Files

Jump to
base32 src base32.app.src
Raw

src/base32.app.src

{application,base32,
[{description,"Erlang implementation of base32 encoding and decoding."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/dnsimple/base32_erlang"}]}]}.