<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/cppzmq/Makefile, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-10-09T07:25:23Z</updated>
<entry>
<title>cppzmq: fix building without git</title>
<updated>2022-10-09T07:25:23Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-10-09T07:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ada05d00be0e7d3777ce5f7f9b46e4df5bce3b1f'/>
<id>urn:sha1:ada05d00be0e7d3777ce5f7f9b46e4df5bce3b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cppzmq: added version 4.8.1</title>
<updated>2022-10-08T13:15:07Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-10-08T13:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46afff413316c40a683dbd0e745453b0c0f85d75'/>
<id>urn:sha1:46afff413316c40a683dbd0e745453b0c0f85d75</id>
<content type='text'>
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.</content>
</entry>
</feed>
