Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motus/haskell-zookeeper-client

Apache ZooKeeper client for Haskell (GHC)
https://github.com/motus/haskell-zookeeper-client

haskell zookeeper zookeeper-client

Last synced: 2 months ago
JSON representation

Apache ZooKeeper client for Haskell (GHC)

Awesome Lists containing this project

README

        

This is a Haskell binding to the ZooKeeper C library. A simple usage example
is included in src/ZooClient.hs.

If you've installed zookeeper in a non-standard location (which seems pretty
common for zookeeper), you'll need to run cabal configure with
--extra-include-dirs and --extra-lib-dirs pointing to where you installed the
zookeeper headers and libraries.