Current section

Files

Jump to
bear src bear.app.src
Raw

src/bear.app.src

{application,bear,
[{description,"A set of statistics functions for erlang"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Joe Williams"]},
{licenses,["Apache 2"]},
{links,[{"Github","https://github.com/folsom-project/bear"}]}]}.