Source: libnet-websocket-server-perl
Maintainer: Isaac Connor <iconnor@connortechnology.com>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libprotocol-websocket-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Net-WebSocket-Server
Rules-Requires-Root: no

Package: libnet-websocket-server-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libprotocol-websocket-perl
Description: straightforward Perl WebSocket server with minimal dependencies.
 Net::WebSocket::Server implements the details of a WebSocket server and
 invokes the provided callbacks whenever something interesting happens.
 Individual connections to the server are represented as
 Net::WebSocket::Server::Connection|Net::WebSocket::Server::Connection
 objects.
 .
 This description was automagically extracted from the module by dh-make-perl.
