protobuf 3.12.4-1ubuntu3 source package in Ubuntu

Changelog

protobuf (3.12.4-1ubuntu3) impish; urgency=medium

  * No-change rebuild to build with gcc-11 (LP: #1939413)

 -- Gunnar Hjalmarsson <email address hidden>  Thu, 12 Aug 2021 12:38:56 +0200

Upload details

Uploaded by:
Gunnar Hjalmarsson
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protobuf_3.12.4.orig.tar.gz 5.1 MiB 512e5a674bf31f8b7928a64d8adf73ee67b8fe88339ad29adaa3b84dbaa570d8
protobuf_3.12.4-1ubuntu3.debian.tar.xz 27.3 KiB f53a5dbac8effaa26a0a043f3363a1940464ad1ee4385a29ca966745bdd70a01
protobuf_3.12.4-1ubuntu3.dsc 2.4 KiB 289facbab523bf5352b60d9aeebf4861a2fcfe3ec2e452f9edba8083b825cd53

Available diffs

View changes file

Binary packages built by this source

elpa-protobuf-mode: No summary available for elpa-protobuf-mode in ubuntu impish.

No description available for elpa-protobuf-mode in ubuntu impish.

libprotobuf-dev: No summary available for libprotobuf-dev in ubuntu impish.

No description available for libprotobuf-dev in ubuntu impish.

libprotobuf-java: No summary available for libprotobuf-java in ubuntu impish.

No description available for libprotobuf-java in ubuntu impish.

libprotobuf-lite23: protocol buffers C++ library (lite version)

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for C++ applications whose
 message definitions have the "lite runtime" optimization setting.

libprotobuf-lite23-dbgsym: No summary available for libprotobuf-lite23-dbgsym in ubuntu impish.

No description available for libprotobuf-lite23-dbgsym in ubuntu impish.

libprotobuf23: protocol buffers C++ library

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for C++ applications.

libprotobuf23-dbgsym: No summary available for libprotobuf23-dbgsym in ubuntu impish.

No description available for libprotobuf23-dbgsym in ubuntu impish.

libprotoc-dev: protocol buffers compiler library (development files)

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the development headers and static library needed for
 writing protobuf compilers.

libprotoc23: protocol buffers compiler library

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for the protocol buffer
 compiler.

libprotoc23-dbgsym: debug symbols for libprotoc23
protobuf-compiler: compiler for protocol buffer definition files

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the protocol buffer compiler that is used for
 translating from .proto files (containing the definitions) to the language
 binding for the supported languages.

protobuf-compiler-dbgsym: No summary available for protobuf-compiler-dbgsym in ubuntu impish.

No description available for protobuf-compiler-dbgsym in ubuntu impish.

python3-protobuf: Python 3 bindings for protocol buffers

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the Python 3 bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to Python classes, and then the modules in this package will allow
 you to use those classes in your programs.

python3-protobuf-dbgsym: debug symbols for python3-protobuf
ruby-google-protobuf: Protocol Buffers

 Protocol Buffers are Google's data interchange format.
 .
 This library contains the Ruby extension that implements Protocol Buffers
 functionality in Ruby.
 .
 The Ruby extension makes use of generated Ruby code that defines message and
 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
 we recommend using protoc's Ruby generation support with .proto files. The
 build process in this directory only installs the extension; you need to
 install protoc as well to have Ruby code generation functionality.

ruby-google-protobuf-dbgsym: debug symbols for ruby-google-protobuf