ports/net/cppzmq/pkg-descr
2025-11-04 11:44:01 -08:00

6 lines
275 B
Plaintext

cppzmq is a header-only C++ binding for libzmq, the core ZeroMQ library.
It provides C++ idiomatic interfaces to the ZeroMQ C API, offering features
like type safety, exception-based error handling, and RAII (Resource
Acquisition Is Initialization) for resource management.