Current section

Files

Jump to
eql src eql.app.src
Raw

src/eql.app.src

{application,eql,
[{description,"Erlang with SQL"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{maintainers,["Yuri Artemev"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/artemeff/eql"}]}]}.