The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::Wslay

SYNOPSIS

    my $alien = Alien::Wslay->new;
    my $cflags = $alien->cflags;
    my $libs = $alien->libs;
    my $dynamic_libs = $alien->dynamic_libs;

The above methods are inherited from Alien::Base.

If libwslay1 libwslay-dev packages installed on your system, Alien::Base will attempt to use the system version. Otherwise it will download a latest from Wslay.

DESCRIPTION

Discover or download and install Wslay

AUTHOR

Yegor Korablev <egor@cpan.org>

LICENSE

The default license of Wslay is MIT.