Current section
Files
Jump to
Current section
Files
src/ucl.app.src
{application,ucl,
[{description,"BEAM-powered Erlang and Elixir UCL parser"},
{vsn,"1.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["BSD 2-Clause"]},
{include_paths,["enc"]},
{links,[{"git","https://git.sr.ht/~dch/ucl"},
{"github","https://github.com/skunkwerks/ucl"}]}]}.