Add the initial lists support
This commit is contained in:
parent
640188c605
commit
251d8543b9
2 changed files with 185 additions and 0 deletions
7
ebin/erlware_commons.app
Normal file
7
ebin/erlware_commons.app
Normal file
|
@ -0,0 +1,7 @@
|
|||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
||||
{application, erlware_commons,
|
||||
[{description, "Additional standard library for Erlang"},
|
||||
{vsn, "0.0.1"},
|
||||
{modules, [ec_lists]},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]}]}.
|
Loading…
Add table
Add a link
Reference in a new issue