NAME
    Alien::Wslay - Discover or download and install 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 <https://github.com/tatsuhiro-t/wslay>.

DESCRIPTION
    Discover or download and install Wslay
    <https://github.com/tatsuhiro-t/wslay>

AUTHOR
    Yegor Korablev <egor@cpan.org>

LICENSE
    The default license of Wslay is MIT.

