Current section
Files
Jump to
Current section
Files
src/elb.app.src
{application,elb,
[{description,"Simple load balancer"},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[elb]},
{maintainers,["macpie"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/macpie/elb"},
{"EDoc","https://macpie.github.io/elb/"},
{"Wiki","https://github.com/macpie/elb/wiki"},
{"Issues","https://github.com/macpie/elb/issues"}]}]}.