Current section

Files

Jump to
cqerl src cqerl.app.src
Raw

src/cqerl.app.src

{application,cqerl,
[{description,"Native Erlang CQL client for Cassandra"},
{vsn,"2.1.2"},
{registered,[cqerl,cqerl_sup,cqerl_cache,cqerl_batch_sup]},
{applications,[kernel,stdlib,ssl,re2,semver,snappyer,lz4,uuid]},
{mod,{cqerl_app,[]}},
{env,[]},
{maintainers,["Mathieu D'Amours","Bernard Duggan"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/matehat/cqerl"}]}]}.