Current section
Files
Jump to
Current section
Files
src/cqerl.app.src
{application,cqerl,
[{description,"Native Erlang CQL client for Cassandra"},
{vsn,"1.1.3"},
{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"}]}]}.