summaryrefslogtreecommitdiffstats
path: root/libraries/zeromq/README
diff options
context:
space:
mode:
author Patrick Pippen2011-03-05 11:42:41 +0100
committer Niels Horn2011-03-05 11:42:41 +0100
commit5e6912959c354891fdbe70331cbe1a1ae9b3486b (patch)
treefc16d27c71d6a8748f8f6de7cab0d2b8fa3026c2 /libraries/zeromq/README
parent1ecf929173d184a8e66188524cbb1a95c8bcd38e (diff)
downloadslackbuilds-5e6912959c354891fdbe70331cbe1a1ae9b3486b.tar.gz
libraries/zeromq: Added (lightweight messaging kernel library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/zeromq/README')
-rw-r--r--libraries/zeromq/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/zeromq/README b/libraries/zeromq/README
new file mode 100644
index 0000000000..fd4dccb76a
--- /dev/null
+++ b/libraries/zeromq/README
@@ -0,0 +1,6 @@
+The 0MQ lightweight messaging kernel is a library which extends the
+standard socket interfaces with features traditionally provided by
+specialised messaging middleware products. 0MQ sockets provide an
+abstraction of asynchronous message queues, multiple messaging patterns,
+message filtering (subscriptions), seamless access to multiple transport
+protocols and more.