net/cppzmq - The NetBSD Packages Collection

C++ binding for libzmq

cppzmq is a C++ binding for libzmq. It has the following design goals:

* cppzmq maps the libzmq C API to C++ concepts. In particular:
  - it is type-safe (the libzmq C API exposes various class-like concepts as
    void*)
  - it provides exception-based error handling (the libzmq C API provides
    errno-based error handling)
  - it provides RAII-style classes that automate resource management (the
    libzmq C API requires the user to take care to free resources explicitly)

* cppzmq is a light-weight, header-only binding. You only need to include the
  header file zmq.hpp (and maybe zmq_addon.hpp) to use it.

* zmq.hpp is meant to contain direct mappings of the abstractions provided by
  the libzmq C API, while zmq_addon.hpp provides additional higher-level
  abstractions.

Build dependencies

devel/catch2 devel/cmake pkgtools/mktools devel/pkgconf pkgtools/cwrappers

Runtime dependencies

net/zeromq net/zeromq

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64cppzmq-4.10.0.tgz
NetBSD 10.0aarch64cppzmq-4.10.0.tgz
NetBSD 10.0aarch64cppzmq-4.10.0nb1.tgz
NetBSD 10.0aarch64ebcppzmq-4.10.0.tgz
NetBSD 10.0aarch64ebcppzmq-4.10.0nb1.tgz
NetBSD 10.0alphacppzmq-4.10.0.tgz
NetBSD 10.0earmv6hfcppzmq-4.10.0.tgz
NetBSD 10.0earmv6hfcppzmq-4.10.0.tgz
NetBSD 10.0earmv6hfcppzmq-4.10.0nb1.tgz
NetBSD 10.0earmv7hfcppzmq-4.10.0.tgz
NetBSD 10.0earmv7hfcppzmq-4.10.0.tgz
NetBSD 10.0earmv7hfcppzmq-4.10.0nb1.tgz
NetBSD 10.0i386cppzmq-4.10.0nb1.tgz
NetBSD 10.0i386cppzmq-4.10.0.tgz
NetBSD 10.0powerpccppzmq-4.10.0.tgz
NetBSD 10.0sparccppzmq-4.10.0.tgz
NetBSD 10.0x86_64cppzmq-4.10.0nb1.tgz
NetBSD 10.0x86_64cppzmq-4.10.0.tgz
NetBSD 8.0i386cppzmq-4.10.0.tgz
NetBSD 8.0powerpccppzmq-4.10.0.tgz
NetBSD 8.0powerpccppzmq-4.10.0.tgz
NetBSD 8.0x86_64cppzmq-4.10.0.tgz
NetBSD 8.0x86_64cppzmq-4.10.0.tgz
NetBSD 9.0aarch64cppzmq-4.10.0.tgz
NetBSD 9.0aarch64cppzmq-4.10.0.tgz
NetBSD 9.0aarch64cppzmq-4.10.0nb1.tgz
NetBSD 9.0alphacppzmq-4.10.0.tgz
NetBSD 9.0earmcppzmq-4.9.0.tgz
NetBSD 9.0earmv6hfcppzmq-4.10.0.tgz
NetBSD 9.0earmv6hfcppzmq-4.10.0.tgz
NetBSD 9.0earmv6hfcppzmq-4.10.0nb1.tgz
NetBSD 9.0earmv7hfcppzmq-4.10.0.tgz
NetBSD 9.0earmv7hfcppzmq-4.10.0.tgz
NetBSD 9.0earmv7hfcppzmq-4.10.0nb1.tgz
NetBSD 9.0i386cppzmq-4.10.0nb1.tgz
NetBSD 9.0i386cppzmq-4.10.0.tgz
NetBSD 9.0mips64ebcppzmq-4.9.0.tgz
NetBSD 9.0mipselcppzmq-4.9.0.tgz
NetBSD 9.0powerpccppzmq-4.10.0.tgz
NetBSD 9.0powerpccppzmq-4.10.0.tgz
NetBSD 9.0sh3elcppzmq-4.10.0.tgz
NetBSD 9.0sparc64cppzmq-4.9.0.tgz
NetBSD 9.0sparccppzmq-4.10.0.tgz
NetBSD 9.0x86_64cppzmq-4.10.0nb1.tgz
NetBSD 9.0x86_64cppzmq-4.10.0.tgz
NetBSD 9.3x86_64cppzmq-4.10.0nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.