Current section
Files
Jump to
Current section
Files
src/erlcloud.app.src
{application,erlcloud,
[{description,"AWS APIs library for Erlang"},
{vsn,"3.4.0"},
{registered,[]},
{applications,[stdlib,kernel,crypto,public_key,ssl,xmerl,inets,
jsx,eini,base16]},
{modules,[]},
{env,[]},
{pkg_name,nextroll_erlcloud},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/AdRoll/erlcloud"}]}]}.