1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% This is an -*- erlang -*- file.
{application, syntax_tools,
[{description, "Syntax tools"},
{vsn, "%VSN%"},
{modules, [epp_dodger,
erl_comment_scan,
erl_prettypr,
erl_recomment,
erl_syntax,
erl_syntax_lib,
erl_tidy,
igor,
prettypr]},
{registered,[]},
{applications, [stdlib]},
{env, []},
{runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}]}.
|