wslay 1.1.0-2 source package in Ubuntu

Changelog

wslay (1.1.0-2) unstable; urgency=medium

  * [30b581e] Set Standards-Version to 4.4.1
  * [ad4b199] Set compat-level to 12
  * [1c60f49] Set upstream metadata fields: Repository.
  * [cec7d03] Add project-command to CmakeLists. (Closes: #944893)
  * Close bug which was closed by previous upload. (Closes: #942736)

 -- Anton Gladky <email address hidden>  Thu, 21 Nov 2019 20:05:54 +0100

Upload details

Uploaded by:
Anton Gladky
Uploaded to:
Sid
Original maintainer:
Anton Gladky
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
wslay_1.1.0-2.dsc 2.0 KiB f9daaea63008754fd4d9621aeda6ae317c5ee6f4adf7b5d0b841984d4f1e6dfc
wslay_1.1.0.orig.tar.gz 50.3 KiB df5dca9f03614073cd8bdd22aa3c9b116f841ed3120b2d4463d2382cc44fc594
wslay_1.1.0-2.debian.tar.xz 4.4 KiB 6134a653fa26ed97182b4ba95d44b789aa61172f49539811de88cc85be2e3df7

Available diffs

No changes file available.

Binary packages built by this source

libwslay-dev: WebSocket library written in C. Development files

 WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based
 API and frame-based low-level API. For event-based API, it is suitable
 for non-blocking reactor pattern style. You can set callbacks in various
 events. For frame-based API, you can send WebSocket frame directly.
 Wslay only supports data transfer part of WebSocket protocol and does not
 perform opening handshake in HTTP.
 .
 Wslay supports:
 .
  - Text/Binary messages.
  - Automatic ping reply.
  - Callback interface.
  - External event loop.
  - Wslay does not perform any I/O operations for its own. Instead, it
    offers callbacks for them. This makes Wslay independent on any I/O
    frameworks, SSL, sockets, etc. This makes Wslay portable across various
    platforms and the application authors can choose freely I/O frameworks.
 .
 The binary contains development files.

libwslay-doc: WebSocket library written in C. Documentation

 WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based
 API and frame-based low-level API. For event-based API, it is suitable
 for non-blocking reactor pattern style. You can set callbacks in various
 events. For frame-based API, you can send WebSocket frame directly.
 Wslay only supports data transfer part of WebSocket protocol and does not
 perform opening handshake in HTTP.
 .
 Wslay supports:
 .
  - Text/Binary messages.
  - Automatic ping reply.
  - Callback interface.
  - External event loop.
  - Wslay does not perform any I/O operations for its own. Instead, it
    offers callbacks for them. This makes Wslay independent on any I/O
    frameworks, SSL, sockets, etc. This makes Wslay portable across various
    platforms and the application authors can choose freely I/O frameworks.
 .
 The binary contains documentation.

libwslay1: WebSocket library written in C. Shared library

 WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based
 API and frame-based low-level API. For event-based API, it is suitable
 for non-blocking reactor pattern style. You can set callbacks in various
 events. For frame-based API, you can send WebSocket frame directly.
 Wslay only supports data transfer part of WebSocket protocol and does not
 perform opening handshake in HTTP.
 .
 Wslay supports:
 .
  - Text/Binary messages.
  - Automatic ping reply.
  - Callback interface.
  - External event loop.
  - Wslay does not perform any I/O operations for its own. Instead, it
    offers callbacks for them. This makes Wslay independent on any I/O
    frameworks, SSL, sockets, etc. This makes Wslay portable across various
    platforms and the application authors can choose freely I/O frameworks.
 .
 The binary contains shared library.

libwslay1-dbgsym: debug symbols for libwslay1