Subiendo api v2
This commit is contained in:
11
_build/dev/lib/parse_trans/ebin/parse_trans.app
Normal file
11
_build/dev/lib/parse_trans/ebin/parse_trans.app
Normal file
@ -0,0 +1,11 @@
|
||||
{application,parse_trans,
|
||||
[{description,"Parse transform library"},
|
||||
{vsn,"3.4.1"},
|
||||
{registered,[]},
|
||||
{applications,[kernel,stdlib,syntax_tools]},
|
||||
{env,[]},
|
||||
{maintainers,["Ulf Wiger"]},
|
||||
{licenses,["Apache 2.0"]},
|
||||
{links,[{"Github","https://github.com/uwiger/parse_trans"}]},
|
||||
{modules,[ct_expand,exprecs,parse_trans,parse_trans_codegen,
|
||||
parse_trans_mod,parse_trans_pp]}]}.
|
||||
Reference in New Issue
Block a user