dev-perl/Net-WebSocket-Server - 0.003004 (defiance)

Search

Install

Install this version:

emerge -a =dev-perl/Net-WebSocket-Server-0.003004

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Net-WebSocket-Server-0.003004

Or alternatively:

emerge --autounmask-write -a =dev-perl/Net-WebSocket-Server-0.003004

Package Information

Description:
A straightforward Perl WebSocket server with minimal dependencies
License:
|| ( Artistic GPL-1+ )

Ebuild Details

Version EAPI Keywords Slot
0.003004 7 ~amd64 ~x86 0
View Raw Ebuild
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MODULE_AUTHOR="TOPAZ"
inherit perl-module

DESCRIPTION="A straightforward Perl WebSocket server with minimal dependencies"

LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-perl/Protocol-WebSocket"
DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-perl/Protocol-WebSocket

RDEPEND

dev-perl/Protocol-WebSocket