Current section
Files
Jump to
Current section
Files
src/parthenon.app.src
{application,parthenon,
[{description,"Parse Athena structures into Erlang terms."},
{vsn,"0.4.0"},
{registered,[]},
{mod,{parthenon_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["BSD3"]},
{links,[{"Github",
"https://github.com/AntoineGagne/parthenon"}]}]}.