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.3.0"},
{registered,[]},
{applications,[stdlib,kernel,crypto,public_key,ssl,xmerl,inets,
jsx,eini,base16,lhttpc]},
{modules,[]},
{env,[{services_vpc_endpoints,[]}]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/erlcloud/erlcloud"}]}]}.