websocketpp 0.7.0-11 source package in Ubuntu

Changelog

websocketpp (0.7.0-11) unstable; urgency=medium

  * Bump std-version to 4.0.0
  * Fix installation after switch to arch:any
    (Closes: #866987)

 -- Gianfranco Costamagna <email address hidden>  Mon, 03 Jul 2017 18:04:30 +0200

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
websocketpp_0.7.0-11.dsc 2.1 KiB c65c3945693777e9e3f5c779f5b50bc2048627ca24704bbfebd658602dfe2c24
websocketpp_0.7.0.orig.tar.gz 666.3 KiB 07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923
websocketpp_0.7.0-11.debian.tar.xz 10.6 KiB c245ffde4a41d37b2688db010176185839a9e7e76f3e06291eb75fe1d74523a2

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for libwebsocketpp-dev in ubuntu cosmic.

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.