Current section
Files
Jump to
Current section
Files
src/xref_runner.app.src
{
application, xref_runner,
[
{description, "Xref Runner"},
{vsn, "0.2.5"},
{applications,
[ kernel
, stdlib
, tools
, erl_interface
]},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [ {"Github", "https://github.com/inaka/xref_runner"}
, {"Docs", "http://inaka.github.io/xref_runner/"}
, {"Blog", "http://inaka.net/blog/2015/02/10/xref-runner/"}
]},
{build_tools, ["erlang.mk", "rebar"]}
]
}.