Registry / messaging / czmq
library4.2.1vcpkgunverified

High-level C binding for ZeroMQ

vcpkg install czmq
INSTALL
IMPORT
SIG · CZMQ
C
czmq
messagingcppv4.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

czmq.h
#include <czmq.h>

Create and destroy a PUB socket

#include <czmq.h> #include <stdio.h> int main() { zsock_t *pub = zsock_new_pub(">tcp://*:5555"); printf("Publisher socket created\n"); zsock_destroy(&pub); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

czmq — pip install czmq · libregistry