Subiendo api v2

This commit is contained in:
2025-04-16 10:03:13 -03:00
commit 226933fda7
7537 changed files with 576844 additions and 0 deletions

View 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,[]}.