libanyevent-websocket-client-perl 0.55-1 source package in Ubuntu

Changelog

libanyevent-websocket-client-perl (0.55-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.55.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Add a note about changed behaviour to debian/NEWS.Developer.

 -- gregor herrmann <email address hidden>  Mon, 14 Aug 2023 14:25:07 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-websocket-client-perl_0.55-1.dsc 2.8 KiB 188944ba8dcc9c5c86ce04230fde0bc8aecc156e99c549c8497f3dc430a3295b
libanyevent-websocket-client-perl_0.55.orig.tar.gz 47.1 KiB 55cf0ea6f93f8f4932ead5f9a89b027642ed60381a93528411c7e9331dd4c025
libanyevent-websocket-client-perl_0.55-1.debian.tar.xz 2.6 KiB 473adbc2e97d047d5567bea79de396bcc72d16c726f607230e3d1aced8e46702

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-websocket-client-perl: Perl WebSocket client for AnyEvent

 AnyEvent::WebSocket::Client provides an interface to interact with a web
 server that provides services via the WebSocket protocol in an AnyEvent
 context. It uses Protocol::WebSocket rather than reinventing the wheel.
 You could use AnyEvent and Protocol::WebSocket directly if you wanted finer
 grain control, but if that is not necessary then this class may save you
 some time.
 .
 The recommended API was added to the AnyEvent::WebSocket::Connection
 class with version 0.12, so it is recommended that you include that
 version when using this module. The older version of the API has since
 been deprecated and removed.