Packages

A Riak Erlang Client... Compatible with R16-R20!

Current section

Files

Jump to
riak_client src riak_client.app.src
Raw

src/riak_client.app.src

{application,riak_client,
[{description,"A Riak Erlang Client... Compatible with R16-R20!"},
{vsn,"2.5.3"},
{registered,[]},
{applications,[kernel,stdlib,riak_pb]},
{env,[{timeout,60000}]},
{modules,[]},
{maintainers,["Goncalo Tomas"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/goncalotomas/riakc"}]}]}.