Packages

Open Telecom Platform Command Language

Current section

Files

Jump to
otpcl src otpcl.app.src
Raw

src/otpcl.app.src

{application,otpcl,
[{description,"Open Telecom Platform Command Language"},
{vsn,"0.1.2"},
{modules,[otpcl,otpcl_env,otpcl_eval,otpcl_init,otpcl_parse,
otpcl_shell,otpcl_stdlib,otpcl_stdmeta,
otpcl_stdshell]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["ISC"]},
{links,[{"Bitbucket","https://bitbucket.org/YellowApple/otpcl"},
{"GitHub","https://github.com/otpcl/otpcl"}]}]}.