Packages

High-Performance Erlang Memcached Client

Current section

Files

Jump to
anchor src anchor.app.src
Raw

src/anchor.app.src

{application,anchor,
[{applications,[kernel,stdlib,shackle]},
{description,"High-Performance Erlang Memcached Client"},
{env,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/lpgauth/anchor"}]},
{maintainers,["Louis-Philippe Gauthier"]},
{mod,{anchor_app,[]}},
{registered,[]},
{vsn,"0.3.6"}]}.