Add the initial lists support

This commit is contained in:
Eric Merritt 2011-03-10 11:46:07 -06:00
parent 640188c605
commit 251d8543b9
2 changed files with 185 additions and 0 deletions

7
ebin/erlware_commons.app Normal file
View 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]}]}.