Current section
Files
Jump to
Current section
Files
src/matcher.app.src
{application,matcher,
[{description,"A simple expression matcher and evaluator for Erlang"},
{vsn,"1.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/ratopi/matcher"}]},
{maintainers,["Ralf Th. Pietsch"]},
{pkg_name,matcher_erl},
{files,["src","rebar.config","README.md","LICENSE"]},
{build_tools,["rebar3"]},
{exclude_files,[]}]}.