SlackBuilds Repository

15.0 > Libraries > cppzmq (4.10.0)

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.

This requires: zeromq, Catch

Maintained by: Christoph Willing
Keywords:
ChangeLog: cppzmq

Homepage:
https://github.com/zeromq/cppzmq

Source Downloads:
cppzmq-4.10.0.tar.gz (443c9752276da2d9ea78d8b41a158b91)

Download SlackBuild:
cppzmq.tar.gz
cppzmq.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
cppzmq.SlackBuild
cppzmq.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds