Source: libanyevent-websocket-client-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libanyevent-connector-perl , libanyevent-perl , libmoo-perl , libperlx-maybe-perl , libprotocol-websocket-perl , libtest-simple-perl , libtest2-suite-perl , liburi-perl , liburi-ws-perl , perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-websocket-client-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-websocket-client-perl.git Homepage: https://metacpan.org/release/AnyEvent-WebSocket-Client Rules-Requires-Root: no Package: libanyevent-websocket-client-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-connector-perl, libanyevent-perl, libmoo-perl, libperlx-maybe-perl, libprotocol-websocket-perl, liburi-perl, liburi-ws-perl Description: 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.