Current section
Files
Jump to
Current section
Files
src/erlquery.app.src
{application,erlquery,
[{description,"A library for parsing and generating erlang modules that leverage database DSL's."},
{vsn,"0.3.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"SourceHut",
"https://git.sr.ht/~fancycade/erlquery"}]}]}.