protobuf-c 1.3.3-ok1 source package in openKylin
Changelog
protobuf-c (1.3.3-ok1) yangtze; urgency=medium * Build for openKylin -- zhouganqing <email address hidden> Mon, 13 Feb 2023 17:23:41 +0800
protobuf-c (1.3.3-ok1) yangtze; urgency=medium * Build for openKylin -- zhouganqing <email address hidden> Mon, 13 Feb 2023 17:23:41 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | devel | |
Yangtze V1.0 | proposed | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
protobuf-c_1.3.3.orig.tar.gz | 488.8 KiB | 22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78 |
protobuf-c_1.3.3-ok1.debian.tar.xz | 4.7 KiB | 620d02e015b9bd9210f3d99fa6622101617196443b0ed8bfc3cb658a4461ce69 |
protobuf-c_1.3.3-ok1.dsc | 2.0 KiB | 809a4433924d50f4adba51ace72518e82298d472579634982b52afe963e024e3 |
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.
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.
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.