Current section

Files

Jump to
aws_erlang src aws.app.src
Raw

src/aws.app.src

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