protobuf 3.21.12-7ubuntu2 source package in Ubuntu

Changelog

protobuf (3.21.12-7ubuntu2) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:12:33 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.21.12.orig.tar.gz 4.9 MiB 930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53
protobuf_3.21.12-7ubuntu2.debian.tar.xz 35.3 KiB d50404367e3fe530a77204351b73c5713c54de065955d3babd42d850e336347b
protobuf_3.21.12-7ubuntu2.dsc 3.1 KiB 2447771600f8e94686125baf62c1b809b3e89cc56e57c0282fee7ac7201770f7

View changes file

Binary packages built by this source

libprotobuf-dev: protocol buffers C++ library (development files) and proto 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 libraries needed for
 writing C++ applications. Includes well known proto type files.

libprotobuf-lite32: No summary available for libprotobuf-lite32 in ubuntu noble.

No description available for libprotobuf-lite32 in ubuntu noble.

libprotobuf-lite32-dbgsym: No summary available for libprotobuf-lite32-dbgsym in ubuntu noble.

No description available for libprotobuf-lite32-dbgsym in ubuntu noble.

libprotobuf32: No summary available for libprotobuf32 in ubuntu noble.

No description available for libprotobuf32 in ubuntu noble.

libprotobuf32-dbgsym: No summary available for libprotobuf32-dbgsym in ubuntu noble.

No description available for libprotobuf32-dbgsym in ubuntu noble.

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.

libprotoc32: No summary available for libprotoc32 in ubuntu noble.

No description available for libprotoc32 in ubuntu noble.

libprotoc32-dbgsym: No summary available for libprotoc32-dbgsym in ubuntu noble.

No description available for libprotoc32-dbgsym in ubuntu noble.

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: debug symbols for protobuf-compiler
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