Packages

Erlang version of comm(1)

Current section

Files

Jump to
ecomm src ecomm.app.src
Raw

src/ecomm.app.src

{application,ecomm,
[{pkg_name,"ecomm"},
{vsn,"1.0.2"},
{description,"Erlang version of comm(1)"},
{links,[{"Github","https://github.com/SirWumpus/erlang-comm"}]},
{applications,[kernel,stdlib,ebs,egetopt]},
{licenses,["MIT"]},
{modules,[ecomm]},
{files,["README.md","makefile","rebar.config","src","test"]}]}.