An LFE riak & riak cs client wrapper
Mostly because the modules in the Erlang client for riak are too cumbersome.
Just add it to your rebar.config
deps:
{deps, [
...
{lric, ".*",
{git, "git@github.com:billota/lric.git", "master"}}
]}.
And then do the usual:
$ rebar get-deps
$ rebar compile
Add content to me here!