Current section
Files
Jump to
Current section
Files
src/scm.app.src
{application, scm,
[
{description, "SCM Supply Chain Management"},
{vsn, "0.2"},
{registered, []},
{applications, [kernel,stdlib, kvs, erp, bpe]},
{mod, { scm, []}},
{env, []}
]}.