Packages

A ChaosMonkey style application to test the resiliency of your application

Current section

Files

Jump to
havoc src havoc.app.src
Raw

src/havoc.app.src

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