riak-0.7.0.2: README.markdown
# Welcome to riak-haskell-client
This library is a fast Haskell client for the
[Riak](http://www.basho.com/Riak.html) decentralized data store.
It uses Riak's [protobuf API](http://wiki.basho.com/PBC-API.html) for
optimal performance.
# Join in!
We are happy to receive bug reports, fixes, documentation enhancements,
and other improvements.
Please report bugs via the
[github issue tracker](http://github.com/janrain/riak-haskell-client/issues).
Master [git repository](http://github.com/janrain/riak-haskell-client):
* `git clone git://github.com/bos/riak-haskell-client.git`
There's also a [Mercurial mirror](http://bitbucket.org/bos/riak-haskell-client):
* `hg clone http://bitbucket.org/bos/riak-haskell-client`
(You can create and contribute changes using either git or Mercurial.)
Authors
-------
This library was written by Bryan O'Sullivan,
<bos@serpentine.com>.
It is maintained by Nathan Hunter,
<nhunter@janrain.com>