Subiendo api v2
This commit is contained in:
15
_build/dev/lib/parse_trans/mix.rebar.config
Normal file
15
_build/dev/lib/parse_trans/mix.rebar.config
Normal file
@ -0,0 +1,15 @@
|
||||
{minimum_otp_vsn,"21.0"}.
|
||||
{erl_first_files,["src/parse_trans.erl","src/parse_trans_pp.erl",
|
||||
"src/parse_trans_codegen.erl"]}.
|
||||
{erl_opts,[debug_info]}.
|
||||
{xref_checks,[undefined_function_calls]}.
|
||||
{profiles,
|
||||
[{docs,
|
||||
[{deps,[{edown,"0.8.1"}]},
|
||||
{edoc_opts,
|
||||
[{doclet,edown_doclet},
|
||||
{top_level_readme,
|
||||
{"./README.md","http://github.com/uwiger/parse_trans",
|
||||
"master"}}]}]},
|
||||
{test,[{extra_src_dirs,["examples"]}]}]}.
|
||||
{overrides,[]}.
|
||||
Reference in New Issue
Block a user