Packages

A simple Erlang module to perform Base58 encoding and decoding

Current section

Files

Jump to
erl_base58 src erl_base58.app.src
Raw

src/erl_base58.app.src

{application,erl_base58,
[{description,"A simple Erlang module to perform Base58 encoding and decoding"},
{vsn,"0.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["Apache 2.0"]},
{maintainers,["David Ellefsen","Helium"]},
{links,[{"Github","https://github.com/helium/erl-base58"}]}]}.