Initial Commit

This commit is contained in:
2016-08-13 18:20:14 -05:00
commit 50f4a86fd8
408 changed files with 15301 additions and 0 deletions

11
lfe/leap/src/leap.app.src Normal file
View File

@@ -0,0 +1,11 @@
%% -*- erlang -*-
{application, 'leap',
[{description, ""},
{vsn, "0.0.1"},
{modules,
['leap']},
{registered, []},
{applications,
[kernel, stdlib]},
{included_applications, []},
{env, []}]}.