Current section

Files

Jump to
equery src equery.app.src
Raw

src/equery.app.src

{application, equery, [
{description, "Sql generator library"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{maintainers, ["Yakov Kozlov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/egobrain/equery"}]}
]}.