Packages

A set of tools to inspect the Erlang VM

Current section

Files

Jump to
elab src elab.app.src
Raw

src/elab.app.src

{application,elab,
[{description,"A set of tools to inspect the Erlang VM"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/erlanglab/elab"}]}]}.