LicenseRef-OtherLicense licensed by Bryan O'Sullivan
This version can be pinned in stack with:riak-protobuf-0.25.0.0@sha256:de0ad0986a4c0bdf7752f2a8bd4b854f3dee319c2e2ea79dbb2b1fb22945a1c9,1495

Module documentation for 0.25.0.0

Welcome to riak-protobuf

This library is a set of Haskell types for the protocol buffers API to the Riak decentralized data store.

Generating .hs files

Haskell modules are generated manually as follows:

./generate-proto.sh

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/riak-haskell-client/riak-haskell-client.git

Authors

This library was written by Bryan O’Sullivan, [email protected] and subsequently maintained by Nathan Hunter [email protected].

This project is now being maintained by Mark Hibberd ([email protected]).

Version 1.0.0 was contributed by Mitchell Rosen ([email protected]).

Changes

  • 1.0.0

    • Switch protobuf library from protocol-buffers to proto-lens
    • Collapse module hierarchy down to Data.Riak.Proto
  • 0.24.0.0

  • 0.22.0.0
    • Support for riak 2.* messages
    • No longer expected to work with riak <= 2
    • Tested on both 2.0.x and 2.1.x