Current section

Files

Jump to
xref_runner src xref_runner.app.src
Raw

src/xref_runner.app.src

{
application, xref_runner,
[
{description, "Xref Runner"},
{vsn, "0.2.4"},
{applications,
[ kernel
, stdlib
, tools
, erl_interface
]},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/xref_runner"}]},
{build_tools, ["make","rebar"]}
]
}.