summaryrefslogtreecommitdiffstats
path: root/libraries/libzookeeper/README
diff options
context:
space:
mode:
author Anton Worshevsky <gbdj@gbdj.ru>2015-07-16 11:15:48 +0700
committer Robby Workman <rworkman@slackbuilds.org>2015-07-16 10:57:26 -0500
commit2c13270bcda4984660b1307ed1a8a9d176387813 (patch)
tree0994e97e9b57d1b044434304683f91b22948f635 /libraries/libzookeeper/README
parent6b3f14cd7339e1ed6276bece99fba66929eee44f (diff)
downloadslackbuilds-2c13270bcda4984660b1307ed1a8a9d176387813.tar.gz
slackbuilds-2c13270bcda4984660b1307ed1a8a9d176387813.tar.xz
libraries/libzookeeper: Added (Zookeeper C client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libzookeeper/README')
-rw-r--r--libraries/libzookeeper/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libzookeeper/README b/libraries/libzookeeper/README
new file mode 100644
index 0000000000..8192dbd5d3
--- /dev/null
+++ b/libraries/libzookeeper/README
@@ -0,0 +1,8 @@
+libzookeeper provides a C client interface to Zookeeper server.
+The Apache ZooKeeper system for distributed coordination is
+a high-performance service for building distributed applications.
+
+This only builds C client library from zookeeper release tarball.
+So you don't need JDK and full local zookeeper installation
+to build and use distributed applications like sheepdog
+distributed storage.