protobuf-c 1.4.1-1ubuntu2 source package in Ubuntu
Changelog
protobuf-c (1.4.1-1ubuntu2) lunar; urgency=medium * Rebuild against new libprotobuf32. -- Gianfranco Costamagna <email address hidden> Wed, 04 Jan 2023 17:47:24 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | devel | |
Lunar | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
protobuf-c_1.4.1.orig.tar.gz | 501.6 KiB | 4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f |
protobuf-c_1.4.1-1ubuntu2.debian.tar.xz | 5.2 KiB | 8a4d4adb2b4cbc02abdd5c2e52f7e41d53427f6b06a1dfdff8ebc0d41950be20 |
protobuf-c_1.4.1-1ubuntu2.dsc | 2.2 KiB | 90cdcf645941e422e14fc1adb7ece4a5fef9bde0ee294731b7856a9923601970 |
Available diffs
- diff from 1.4.1-1ubuntu1 to 1.4.1-1ubuntu2 (359 bytes)
Binary packages built by this source
- libprotobuf-c-dev: Protocol Buffers C static library and headers (protobuf-c)
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.
.
This is the "protobuf-c" implementation of Protocol Buffers in C.
.
This package contains the static library and development headers.
- libprotobuf-c1: Protocol Buffers C shared library (protobuf-c)
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.
.
This is the "protobuf-c" implementation of Protocol Buffers in C.
.
This package contains the shared library.
- libprotobuf-c1-dbgsym: debug symbols for libprotobuf-c1
- protobuf-c-compiler: Protocol Buffers C compiler (protobuf-c)
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.
.
This is the "protobuf-c" implementation of Protocol Buffers in C.
.
This package contains the "protoc-c" code generator that creates C stubs from
Protocol Buffers .proto files. These stubs must be compiled and linked against
the libprotobuf-c support library.
- protobuf-c-compiler-dbgsym: debug symbols for protobuf-c-compiler