aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/src/parsetools.app.src
blob: a7b258820aa22305ab177ff7b90338bafc1f0264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{application, parsetools,
 [{description, "XLATETOOLS  CXC 138 xx"},
  {vsn, "%VSN%"},
  {modules, [leex,
             yecc,
	     yeccparser,
	     yeccscan
	    ]
  },
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, [{file_util_search_methods,[{"", ""}, {"ebin", "esrc"}, {"ebin", "src"}]}
	]
  },
  {runtime_dependencies, ["stdlib-2.5","kernel-3.0","erts-6.0"]}
 ]
}.