1Alien::ProtoBuf(3pm)  User Contributed Perl Documentation Alien::ProtoBuf(3pm)
2
3
4

NAME

6       Alien::ProtoBuf - find Google ProtoBuf library
7

VERSION

9       version 0.09
10

SYNOPSIS

12           use Alien::ProtoBuf;
13
14           my $cflags = Alien::ProtoBuf->cflags;
15           my $libs = Alien::ProtoBuf->libs;
16
17           # use $cflags and $libs to compile a program using protocol buffers
18

AUTHOR

20       Mattia Barbon <mattia@barbon.org>
21
23       This software is copyright (c) 2015 by Mattia Barbon.
24
25       This is free software; you can redistribute it and/or modify it under
26       the same terms as the Perl 5 programming language system itself.
27
28
29
30perl v5.38.0                      2023-07-20              Alien::ProtoBuf(3pm)
Impressum