Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/motus/haskell-zookeeper-client
- Owner: motus
- License: mit
- Created: 2011-06-03T08:00:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T17:30:17.000Z (about 9 years ago)
- Last Synced: 2024-04-28T04:52:59.670Z (9 months ago)
- Topics: haskell, zookeeper, zookeeper-client
- Language: Haskell
- Homepage: http://zookeeper.apache.org
- Size: 173 KB
- Stars: 16
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.