Packages

A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.

Current section

Files

Jump to
eunit_helper src eunit_helper.app.src
Raw

src/eunit_helper.app.src

{application,eunit_helper,
[{description,"A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library."},
{vsn,"0.0.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/rustkas/eunit_helper"}]},
{files,["src","rebar.config","README.md","LICENSE"]}]}.