Current section
Files
Jump to
Current section
Files
src/rebar3_erlquery.app.src
{application,rebar3_erlquery,
[{description,"A rebar3 plugin for compiling erlquery modules in a project."},
{vsn,"0.2.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"SourceHut",
"https://git.sr.ht/~fancycade/rebar3_erlquery"}]}]}.