Current section
Files
Jump to
Current section
Files
src/pooler.app.src
{application, pooler,
[
{description, ""},
{vsn, "1.5.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { pooler_app, []}},
{env, []}
]}.