Current section
Files
Jump to
Current section
Files
src/supervisor3.app.src
{application,supervisor3,
[{description,"A copy of supervisor.erl from the R16B Erlang/OTP with modifications"},
{vsn,"1.1.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Shi Zaiming","Ivan Dyachkov"]},
{licenses,["MPL"]},
{links,[{"Github","https://github.com/klarna/supervisor3"}]},
{build_tools,["make","rebar3"]},
{files,["src","README.md","Makefile","erlang.mk","LICENSE",
"LICENSE-MPL-RabbitMQ"]}]}.