autobahn-cpp 17.5.1+git7cc5d37-2.1 source package in Ubuntu

Changelog

autobahn-cpp (17.5.1+git7cc5d37-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add upstream fix for FTBFS with Boost 1.74. (Closes: #978201)

 -- Adrian Bunk <email address hidden>  Mon, 08 Feb 2021 22:23:04 +0200

Upload details

Uploaded by:
Konstantinos Margaritis
Uploaded to:
Sid
Original maintainer:
Konstantinos Margaritis
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autobahn-cpp_17.5.1+git7cc5d37-2.1.dsc 2.2 KiB aee05d0090089cf1fde46eb7bf3913d7309816ff6ce2692259411384cd86cb9c
autobahn-cpp_17.5.1+git7cc5d37.orig.tar.xz 61.9 KiB 6336aa68e869e32b1c2e923b0fb73a90c52bca829e4c87a6ee0fd758300b462c
autobahn-cpp_17.5.1+git7cc5d37-2.1.debian.tar.xz 3.8 KiB dbd03ae646bb5dfbf739eeacca3196553096b4f05cc501e0a86a28008c4d4a1e

No changes file available.

Binary packages built by this source

autobahn-cpp-dev: No summary available for autobahn-cpp-dev in ubuntu impish.

No description available for autobahn-cpp-dev in ubuntu impish.

autobahn-cpp-doc: WAMP in C++ for Boost/Asio - examples

 Autobahn|Cpp provides an implementation of the WebSocket and Web
 Application Messaging (WAMP) protocols.
 .
 WebSocket allows bidirectional real-time messaging on the Web and
 WAMP adds asynchronous Remote Procedure Calls and Publish &
 Subscribe on top of WebSocket.
 .
 Autobahn|Cpp is open-source, licensed under the Boost Software
 License. The API and implementation make use of modern C++ 11 and
 new asynchronous idioms using (upcoming) features of the standard
 C++ library, in particular Futures, Continuations and Lambdas.
 .
 This package includes the examples