Current section
Files
Jump to
Current section
Files
src/shot.app.src
{application,shot,
[{description,"Shot is a small HTTP client library"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{shot_app,[]}},
{applications,[kernel,stdlib,inets,ssl]},
{env,[]},
{modules,[]},
{maintainers,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/vkatsuba/shot"}]}]}.