Packages

A simple Erlang module to perform Base58 encoding and decoding

Current section

Files

Jump to
ae_erl_base58 src base58.app.src
Raw

src/base58.app.src

{application,base58,
[{pkg_name,"ae_erl_base58"},
{description,"A simple Erlang module to perform Base58 encoding and decoding"},
{vsn,"0.0.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/aeternity/erl-base58"}]}]}.