Packages

BEAM-powered Erlang and Elixir UCL parser

Current section

Files

Jump to
ucl src ucl.app.src
Raw

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"}]}]}.