Current section

Files

Jump to
aws_erlang src aws.app.src
Raw

src/aws.app.src

{application,aws,
[{description,"AWS clients for Erlang."},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib,erlware_commons,hackney,jsx]},
{env,[]},
{modules,[]},
{pkg_name,"aws_erlang"},
{licenses,["Apache 2.0"]},
{build_tools,["rebar3"]},
{links,[{"GitHub","https://github.com/aws-beam/aws-erlang"}]}]}.