Packages

RT Erlang Runtime Library

Current section

Files

Jump to
rt src rt.app.src
Raw

src/rt.app.src

{application, rt,
[
{description, "RT Runtime"},
{vsn, "0.8.0"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { rt, []}},
{env, []}
]}.