1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: libanyevent-websocket-client-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libanyevent-connector-perl <!nocheck>,
libanyevent-perl <!nocheck>,
libmoo-perl <!nocheck>,
libperlx-maybe-perl <!nocheck>,
libprotocol-websocket-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
liburi-perl <!nocheck>,
liburi-ws-perl <!nocheck>,
perl
Standards-Version: 4.6.2
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.
|