Current section

Files

Jump to
restc src restc.app.src
Raw

src/restc.app.src

{application,restc,
[{description,"Erlang Rest Client"},
{vsn,"0.4.0"},
{applications,[kernel,stdlib,asn1,crypto,public_key,ssl,hackney,
mochiweb_util]},
{env,[]},
{registered,[]},
{modules,[]},
{maintainers,["kivra"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/kivra/restclient"}]}]}.