Current section

Files

Jump to
supervisor3 src supervisor3.app.src
Raw

src/supervisor3.app.src

{application,supervisor3,
[{description,"A copy of supervisor.erl from the R16B Erlang/OTP with modifications"},
{vsn,"1.1.11"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MPL"]},
{links,[{"Github","https://github.com/klarna/supervisor3"}]},
{build_tools,["rebar3"]},
{files,["src","README.md","Makefile","erlang.mk","LICENSE",
"LICENSE-MPL-RabbitMQ","rebar.config"]}]}.