18 lines
284 B
Erlang
18 lines
284 B
Erlang
{application, geef,
|
|
[
|
|
{description, ""},
|
|
{vsn, "0.0.1"},
|
|
{modules, [
|
|
geef,
|
|
repository,
|
|
odb,
|
|
reference
|
|
]},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{env, []}
|
|
]}.
|