Current section
Files
Jump to
Current section
Files
src/base32.app.src
{application,base32,
[{description,"A base32 implementation in Erlang"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["Apache 2.0"]},
{maintainers,["Aetrion LLC","Helium"]},
{links,[{"Github","https://github.com/helium/base32_erlang"}]}]}.