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,"1.1.2"},
{registered,[cqerl,cqerl_sup,cqerl_cache,cqerl_batch_sup]},
{applications,[kernel,stdlib,ssl,pooler,re2,semver,snappy,lz4,
uuid]},
{mod,{cqerl_app,[]}},
{env,[]},
{maintainers,["Mathieu D'Amours","Bernard Duggan"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/matehat/cqerl"}]}]}.