Initial Commit
This commit is contained in:
11
lfe/leap/src/leap.app.src
Normal file
11
lfe/leap/src/leap.app.src
Normal file
@@ -0,0 +1,11 @@
|
||||
%% -*- erlang -*-
|
||||
{application, 'leap',
|
||||
[{description, ""},
|
||||
{vsn, "0.0.1"},
|
||||
{modules,
|
||||
['leap']},
|
||||
{registered, []},
|
||||
{applications,
|
||||
[kernel, stdlib]},
|
||||
{included_applications, []},
|
||||
{env, []}]}.
|
Reference in New Issue
Block a user