Current section

Files

Jump to
epc src epc.app.src
Raw

src/epc.app.src

{application,epc,
[{vsn,"0.1.1"},
{description,"Erlang Parser Combinator"},
{modules,[epc]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/haruki7049/epc"}]}]}.