erl-base58/zomp.meta
2025-01-22 13:52:26 +09:00

18 lines
437 B
Plaintext

{name,"Erlang Base58"}.
{type,lib}.
{modules,[]}.
{prefix,none}.
{author,"David Ellefsen"}.
{desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}.
{package_id,{"otpr","base58",{0,1,1}}}.
{deps,[]}.
{key_name,none}.
{a_email,[]}.
{c_email,[]}.
{copyright,"David Ellefsen"}.
{file_exts,[]}.
{license,"Apache-2.0"}.
{repo_url,"https://git.qpq.swiss/QPQ-AG/erl-base58"}.
{tags,["base58"]}.
{ws_url,[]}.