Current section

Files

Jump to
edbg src edbg.app.src
Raw

src/edbg.app.src

{application,edbg,
[{description,"TTY interface to the Erlang debugger and tracer"},
{vsn,"0.9.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{mod,{edbg_app,[]}},
{maintainers,[]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/etnt/edbg"}]}]}.