Packages

Erlang library for decoding and encoding Telegram MTProxy URLs

Current section

Files

Jump to
mtproxy_url src mtproxy_url.app.src
Raw

src/mtproxy_url.app.src

{application,mtproxy_url,
[{description,"Erlang library for decoding and encoding Telegram MTProxy URLs"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/krot3232/mtproxy_url"}]}]}.