Packages

Erlang Performance and Debugging Tools

Current section

Files

Jump to
eper src eper.app.src
Raw

src/eper.app.src

{application,eper,
[{description,"Erlang Performance and Debugging Tools"},
{vsn,"0.99.1"},
{registered,[]},
{applications,[kernel,stdlib,crypto,mnesia,runtime_tools]},
{maintainers,["Mats Cronqvist"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/massemanet/eper"}]}]}.