Current section

Files

Jump to
parthenon src parthenon.app.src
Raw

src/parthenon.app.src

{application,parthenon,
[{description,"Parse Athena structures into Erlang terms."},
{vsn,"0.3.1"},
{registered,[]},
{mod,{parthenon_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["BSD3"]},
{links,[{"Github",
"https://github.com/AntoineGagne/parthenon"}]}]}.