Files
geef/ebin/geef.app
2010-11-03 19:49:40 -07:00

15 lines
238 B
Erlang

{application, geef,
[
{description, ""},
{vsn, "0.0.1"},
{modules, [
geef
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.