Current section

Files

Jump to
erlcloud src erlcloud.app.src
Raw

src/erlcloud.app.src

{application,erlcloud,
[{description,"AWS APIs library for Erlang"},
{vsn,"3.2.7"},
{registered,[]},
{applications,[stdlib,kernel,crypto,public_key,ssl,xmerl,inets,
jsx,eini,base16,lhttpc]},
{modules,[]},
{env,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/erlcloud/erlcloud"}]}]}.