Current section
Files
Jump to
Current section
Files
src/recon.app.src
{application,recon,
[{description,"Diagnostic tools for production use"},
{vsn,"2.5.5"},
{modules,[recon,recon_alloc,recon_lib,recon_trace,recon_rec]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/ferd/recon/"},
{"Documentation","http://ferd.github.io/recon/"}]},
{build_tools,["mix","rebar3"]},
{files,["src/","script/","rebar.lock","mix.exs","README.md",
"LICENSE"]}]}.