1NAME(7)                           CZMQ Manual                          NAME(7)
2
3
4

NAME

6       czmq - Overview of The high-level C binding for 0MQ
7

SYNOPSIS

9       Project czmq aims to ... (short marketing pitch)
10
11       It delivers several programs with their respective man pages:
12       zmakecert.1 and public classes in a shared library: zactor.3 zarmour.3
13       zcert.3 zcertstore.3 zchunk.3 zclock.3 zconfig.3 zdigest.3 zdir.3
14       zdir_patch.3 zfile.3 zframe.3 zhash.3 zhashx.3 ziflist.3 zlist.3
15       zlistx.3 zloop.3 zmsg.3 zpoller.3 zproc.3 zsock.3 zstr.3 ztimerset.3
16       ztrie.3 zuuid.3 zauth.3 zbeacon.3 zgossip.3 zmonitor.3 zproxy.3 zrex.3
17       zsys.3
18
19       Generally you can compile and link against it like this:
20
21       #include <czmq.h>
22
23       cc ['flags'] 'files' -lczmq ['libraries']
24

DESCRIPTION

26       This is a skeleton document created by zproject, which will not be
27       regenerated automatically (by Makefiles nor project.xml re-parsing).
28       You should add hand-written text here to detail whatever applies to
29       Linux standard manpage Section 7 (note that other OSes may follow a
30       different standard with similar concepts, and extend the recipes to
31       package this document into a different section number):
32
33           7 Overview, conventions, and miscellaneous :
34               Overviews or descriptions of various topics, conventions
35               and protocols, character set standards, the standard
36               filesystem layout, and miscellaneous other things.
37
38   Classes
39       Something for developers to consider. Note there are separate man pages
40       generated for public classes during build with contents taken from
41       source code comments.
42

AUTHORS

44       The czmq manual was written by the authors in the AUTHORS file.
45

RESOURCES

47       Main web site:
48
49       Report bugs to the email <zeromq-dev@lists.zeromq.org[1]>
50
52       Copyright (c) the Contributors as noted in the AUTHORS file. This file
53       is part of CZMQ, the high-level C binding for 0MQ:
54       http://czmq.zeromq.org. This Source Code Form is subject to the terms
55       of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
56       distributed with this file, You can obtain one at
57       http://mozilla.org/MPL/2.0/. LICENSE included with the czmq
58       distribution.
59

NOTES

61        1. zeromq-dev@lists.zeromq.org
62           mailto:zeromq-dev@lists.zeromq.org
63
64
65
66CZMQ 4.2.1                        02/01/2021                           NAME(7)
Impressum