src/marina.app.src
{application,marina,
[{description,"High-Performance Erlang Cassandra / Scylla CQL Client"},
{vsn,"0.4.3"},
{registered,[]},
{applications,[kernel,stdlib,shackle,foil,murmur_nif,lz4_nif,
metal,syntax_tools,compiler]},
{mod,{marina_app,[]}},
{env,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/lpgauth/marina"}]},
{maintainers,["Louis-Philippe Gauthier"]}]}.