Current section
Files
Jump to
Current section
Files
src/ast_walk.app.src
{application,ast_walk,
[{description,"An Erlang library to walk the Erlang AST with the ability to mutate it and keep state during transversal"},
{vsn,"0.3.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Mariano Guerra"]},
{licenses,["BSD"]},
{links,[{"Github",
"https://github.com/marianoguerra/ast_walk"}]}]}.