Packages

A simple Erlang module to perform Base58 encoding and decoding

Retired package: Release invalid - license

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.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/aeternity/erl-base58"}]}]}.