Packages

Erlang Standard Context

Current section

Files

Jump to
context src context.app.src
Raw

src/context.app.src

{application,context,
[{description,"Erlang Standard Context"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/kivra/context"}]}]}.