websocketpp 0.8.1-7 source package in Ubuntu

Changelog

websocketpp (0.8.1-7) unstable; urgency=medium

  * Fix build with clang compiler
    (patch from meta-oe)

 -- Gianfranco Costamagna <email address hidden>  Tue, 14 Jan 2020 14:23:51 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Sid
Original maintainer:
Gianfranco Costamagna
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
websocketpp_0.8.1-7.dsc 2.1 KiB ecf51bd44f483ff9aa0794196ab924ca1deaa0a7398c5286ed8b339d4eed8efd
websocketpp_0.8.1.orig.tar.gz 683.1 KiB 178899de48c02853b55b1ea8681599641cedcdfce59e56beaff3dd0874bf0286
websocketpp_0.8.1-7.debian.tar.xz 9.8 KiB d4d21cc312f76385681fb5bdaa7fe894e5d0ebf3f337c4d6d1562dd4d589ff28

Available diffs

No changes file available.

Binary packages built by this source

libwebsocketpp-dev: No summary available for libwebsocketpp-dev in ubuntu groovy.

No description available for libwebsocketpp-dev in ubuntu groovy.

libwebsocketpp-doc: C++/Boost Asio based websocket client/server library. Doc package

 WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket
 Protocol. It allows integrating WebSocket client and server functionality into
 C++ programs. It uses interchangeable network transport modules including one
 based on C++ iostreams and one based on Boost Asio.
 .
 Major Features:
  * Full support for RFC6455
  * Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)
  * Message/event based interface
  * Supports secure WebSockets (TLS), IPv6, and explicit proxies.
  * Flexible dependency management (C++11 Standard Library or Boost)
  * Interchangeable network transport modules (iostream and Boost Asio)
  * Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)
  * Thread-safe
 .
 This package contains the common documentation.