Current section
Files
Jump to
Current section
Files
src/gruff.app.src
{application,gruff,
[{description,"A basic worker pool manager for Erlang to showcase gen_pnet."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[gruff,gruff_sup]},
{maintainers,["Jorgen Brandt"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/joergen7/gruff/"}]}]}.