move ewl_talk from ewlib to erlware commons
This is a heavily used module from erlware lib. It makes sense to make it available in erlware commons. Signed-off-by: Jordan Wilberding <jwilberding@gmail.com>
This commit is contained in:
parent
cc5e00633c
commit
cea6de7c84
2 changed files with 215 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
||||
{application, erlware_commons,
|
||||
[{description, "Additional standard library for Erlang"},
|
||||
{vsn, "0.4.0"},
|
||||
{vsn, "0.5.0"},
|
||||
{modules, [
|
||||
ec_lists,
|
||||
ec_plists,
|
||||
ec_file,
|
||||
ec_string,
|
||||
ec_semver
|
||||
ec_semver,
|
||||
ec_talk
|
||||
]},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]}]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue