Thu, 16 May 2024 11:13:07 UTC | login

Information for build fbzmq-2020.11.16.00-1.fc33

ID190013
Package Namefbzmq
Version2020.11.16.00
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/fbzmq.git#2d2438ac6a07f29ba6c76821a949b1d4d2a85d49
SummaryFramework for writing services in C++ while leveraging libzmq
Descriptionfbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics). At a high level it provides - Lightweight C++ wrapper over libzmq which leverages newer C++ constructs and stricter type checking. Most notably it provides the ability to send/receive thrift objects as messages over wire without worrying about wire encoding/decoding protocols. - Powerful Async Framework with EventLoop, Timeouts, SignalHandler and more to enable developers to write asynchronous applications efficiently. - Suite of monitoring tools that make it easy to add logging and counters to your service.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 03 Dec 2020 11:00:22 UTC
CompletedThu, 03 Dec 2020 11:12:53 UTC
Taskbuild (f33, /rpms/fbzmq.git:2d2438ac6a07f29ba6c76821a949b1d4d2a85d49)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fbzmq.git#2d2438ac6a07f29ba6c76821a949b1d4d2a85d49'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Nov 16 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.16.00-1 - Update to 2020.11.16.00 * Fri Nov 13 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-2 - Fix for type mismatch on 32-bit architectures - Fix ctest invocation - Disable failing timeout test * Wed Nov 11 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-1 - Initial package