Packages

Function decorators for Erlang.

Current section

Files

Jump to
decorators src decorators.app.src
Raw

src/decorators.app.src

{application,decorators,
[{description,"Function decorators for Erlang."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,syntax_tools]},
{env,[]},
{links,[{"GitHub",
"https://github.com/chrisavl/erlang_decorators/tree/master"}]}]}.