Current section
Files
Jump to
Current section
Files
src/setup.app.src
{application,setup,
[{description,"Generic setup application for Erlang-based systems"},
{vsn,"1.8.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{setup_app,[]}},
{start_phases,[{run_setup,[]}]},
{env,[]},
{maintainers,["Ulf Wiger"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/uwiger/setup"}]}]}.