aboutsummaryrefslogblamecommitdiffstats
path: root/lib/parsetools/src/parsetools.app.src
blob: a7b258820aa22305ab177ff7b90338bafc1f0264 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                 
    
                                                                


















   
{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"]}
 ]
}.