wslay 1.1.1-3ubuntu1 source package in Ubuntu

Changelog

wslay (1.1.1-3ubuntu1) mantic; urgency=medium

  [ Gianfranco Costamagna ]
  * Upload to mantic from deferred queue
  * Non-maintainer upload.

  [ Anton Gladky ]
  * [4834d49] Revert "Update debian/.gitlab-ci.yml"
  * [33e6c09] Update watch file format version to 4.

  [ Debian Janitor ]
  * [80e2ba6] Apply multi-arch hints.
    + libwslay-dev: Add Multi-Arch: same.
    + libwslay-doc: Add Multi-Arch: foreign.

  [ Pino Toscano ]
  * [988937e] d/rules: do not build the examples on non-Linux (Closes: #873677)

  [ Timo Röhling ]
  * [5d568e2] debian/tests/build1: Bump cmake_minimum_required() for examples
    (Closes: #1040731)

 -- Timo Röhling <email address hidden>  Tue, 01 Aug 2023 11:06:45 +0200

Upload details

Uploaded by:
Timo Röhling
Sponsored by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Anton Gladky
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wslay_1.1.1.orig.tar.gz 50.4 KiB 7b9f4b9df09adaa6e07ec309b68ab376c0db2cfd916613023b52a47adfda224a
wslay_1.1.1-3ubuntu1.debian.tar.xz 7.1 KiB 18a126fb43cfdf706799625b7a4708048766ce1ca39af07c9e3faacbe443da15
wslay_1.1.1-3ubuntu1.dsc 2.1 KiB edc8746cd9b71fdfe8146a9107890394d2929705d74d637bfb0b314c1b59b39f

View changes file

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