protobuf-c 1.3.2-1 source package in Ubuntu

Changelog

protobuf-c (1.3.2-1) unstable; urgency=medium

  * New upstream version 1.3.2
  * debian/copyright: Add 2019 to copyright years
  * debian/control: Bump Standards-Version to 4.4.0 (no changes)

 -- Robert Edmonds <email address hidden>  Mon, 26 Aug 2019 00:10:37 -0400

Upload details

Uploaded by:
Robert Edmonds
Uploaded to:
Sid
Original maintainer:
Robert Edmonds
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protobuf-c_1.3.2-1.dsc 2.0 KiB 30fab95a410717b1a21207e071ebfa8ad74f6c2580c2f8ff386d3979104dbd4a
protobuf-c_1.3.2.orig.tar.gz 488.4 KiB 53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74
protobuf-c_1.3.2-1.debian.tar.xz 4.3 KiB ec3dd654eab88606a7cb3240e0a849ac29fe812153b5dd43a4f6855ed0b3ef79

No changes file available.

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