Packages

More proplists support functions.

Current section

Files

Jump to
epl src epl.app.src
Raw

src/epl.app.src

{application,epl,
[{description,"More proplists support functions."},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[epl]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/SirWumpus/erlang-pl"}]},
{files,["README.md","LICENSE","makefile","rebar.config","src",
"test"]}]}.