Current section

Files

Jump to
re_tuner src re_tuner.app.src
Raw

src/re_tuner.app.src

{application,re_tuner,
[{description,"Erlang Regular Expressions simplifyer. Functions for simplifying working with Regular Expressions."},
{vsn,"0.1.21"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT License"]},
{links,[{"Github","https://github.com/rustkas/re_tuner"}]},
{files,["src","rebar.config","README.md","LICENSE"]}]}.