summaryrefslogtreecommitdiff
path: root/doc/xs.txt
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-03-13 16:02:39 +0100
committerMartin Lucina <martin@lucina.net>2012-03-13 16:02:39 +0100
commit72120bfdffa64e4264842b16b4e51d58c0b9f6b1 (patch)
tree74cf494e1b3aadd99428b40b241dc02a3fedd046 /doc/xs.txt
parent28a707371ff9414a1394c52de182ac295eaa00d7 (diff)
Add zmq(7) manual page for libzmq compatibility library
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'doc/xs.txt')
-rw-r--r--doc/xs.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/xs.txt b/doc/xs.txt
index 79a2443..93ff16a 100644
--- a/doc/xs.txt
+++ b/doc/xs.txt
@@ -175,11 +175,21 @@ used by C programmers. The intent is that programmers using Crossroads from
other languages shall refer to this documentation alongside any documentation
provided by the vendor of their language binding.
+
+ZEROMQ COMPATIBILITY
+--------------------
+The Crossroads library provides an optional drop-in 'libzmq' compatibility
+library for ZeroMQ applications. If your version of Crossroads was built with
+the `--enable-libzmq` option, you can find the compatibility library
+documentation in linkxs:zmq[7].
+
+
AUTHORS
-------
The Crossroads documentation was written by Martin Sustrik <sustrik@250bpm.com>
and Martin Lucina <martin@lucina.net>.
+
COPYING
-------
Free use of Crossroads library is granted under the terms of the GNU Lesser