Packages

TOML language parser

Current section

Files

Jump to
etoml src etoml.app.src
Raw

src/etoml.app.src

{application,etoml,
[{description,"TOML language parser"},
{vsn,"0.1.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{maintainers,["Joshua Barney"]},
{licenses,["ISC"]},
{links,[{"Github","https://github.com/JoshRagem/etoml"}]}]}.