repo.or.cz
/
lwes-erlang
/
github-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #10 from lwes/feature/fixes
[lwes-erlang/github-mirror.git]
/
src
/
lwes.app.src
blob
ebfc22382d0c531b2859a69cae1efc907080e052
1
{application, lwes,
2
[{description, "Light Weight Event System Erlang Bindings"},
3
{vsn, "4.4.0"},
4
{modules, []},
5
{registered, [lwes_channel_manager,lwes_channel_sup,lwes_sup]},
6
{mod, {lwes_app, []}},
7
{env, []},
8
{applications, [kernel, stdlib]}]}.