Current section
Files
Jump to
Current section
Files
src/havoc.app.src
{application,havoc,
[{description,"A ChaosMonkey style application to test the resiliency of your application"},
{vsn,"0.2.2"},
{registered,[havoc]},
{mod,{havoc_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/ankhers/havoc"}]}]}.