Current section
Files
Jump to
Current section
Files
src/kvs_feeds.app.src
{application, cps,
[
{description, "CPS Feed Server 0.4 for KVS"},
{vsn, "0.4.0"},
{registered, []},
{applications, [kernel, stdlib, kvs]},
{mod, { kvs_feeds, []}},
{env, []}
]}.