libprotocol-websocket-perl 0.26-3 source package in Ubuntu

Changelog

libprotocol-websocket-perl (0.26-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 04 Jul 2022 18:05:42 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libprotocol-websocket-perl_0.26-3.dsc 2.2 KiB 03d5f49a9ea5c509b450e0a379066e41e01afdfa23dd40496a05457bd4bc65ad
libprotocol-websocket-perl_0.26.orig.tar.gz 36.6 KiB 5837d03711a7a3254f0afecb7e409e8b09376060c38a5b8295e8ee9af7575522
libprotocol-websocket-perl_0.26-3.debian.tar.xz 2.1 KiB c0b263bee455f1ef43daf673cbf32a20764bb56faf203822d84e14a4098b878a

Available diffs

No changes file available.

Binary packages built by this source

libprotocol-websocket-perl: Perl library that implements WebSocket protocol

 Client/server WebSocket message and frame parser/constructor.
 Protocol::WebSocket does not provide a WebSocket server or client, but is
 made for using in http servers or clients to provide WebSocket support.
 .
 Protocol::WebSocket supports the following WebSocket protocol versions:
  * draft-ietf-hybi-17 (latest)
  * draft-ietf-hybi-10
  * draft-ietf-hybi-00 (with HAProxy support)
  * draft-hixie-75
 .
 By default the latest version is used. The WebSocket version is detected
 automatically on the server side. On the client side you have set a version
 attribute to an appropriate value.