Group
Extension

Alien-librdkafka/lib/Alien/librdkafka.pm

package Alien::librdkafka;

use 5.006;
use strict;
use warnings;

use parent 'Alien::Base';

=head1 NAME

Alien::librdkafka - librdkafka, with alien

=head1 VERSION

Version 0.01

=cut

our $VERSION = '0.01';


=head1 SYNOPSIS

    use Alien::librdkafka;

    Alien::librdkafka->libs;
    Alien::librdkafka->libs_static;
    Alien::librdkafka->cflags;

=head1 DESCRIPTION

C<Alien::librdkafka> is an C<Alien> interface to L<librdkafka|https://github.com/edenhill/librdkafka>,
a JSON encoder/decoder in C.

=head1 AUTHOR

B Fraser, C<< <fraserbn at gmail.com> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-alien-librdkafka at rt.cpan.org>, or through
the web interface at L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Alien-librdkafka>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.

=head1 LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by B Fraser.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)


=cut

1; # End of Alien::librdkafka


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.