protoc-perl

simple Perl interface to Google Protocol Buffers

Install

All systems
curl cmd.cat/protoc-perl.sh
Debian Debian
apt-get install libgoogle-protocolbuffers-perl
Ubuntu
apt-get install libgoogle-protocolbuffers-perl
image/svg+xml Kali Linux
apt-get install libgoogle-protocolbuffers-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libgoogle-protocolbuffers-perl

libgoogle-protocolbuffers-perl

simple Perl interface to Google Protocol Buffers

Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; this library is a mapping for Perl.