Packages

A rebar3 plugin for compiling erlquery modules in a project.

Current section

Files

Jump to
rebar3_erlquery src rebar3_erlquery.app.src
Raw

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