Current section

Files

Jump to
debbie src debbie.app.src
Raw

src/debbie.app.src

{application, debbie,
[
{description, ".DEB Built In Erlang"},
{vsn, "1.0.4"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{modules, []}
]}.