Current section

Files

Jump to
setup src setup.app.src
Raw

src/setup.app.src

{application,setup,
[{description,"Generic setup application for Erlang-based systems"},
{vsn,"1.8.2"},
{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"}]}]}.