protobuf-c 0.15-1build1 source package in Ubuntu

Changelog

protobuf-c (0.15-1build1) trusty; urgency=medium

  * No-change rebuild against libprotobuf8
 -- Steve Langasek <email address hidden>   Fri, 31 Jan 2014 12:40:47 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Trusty
Original maintainer:
Robert Edmonds
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
protobuf-c_0.15.orig.tar.gz 489.2 KiB 8fcb538e13a5431c46168fc8f2e6ad2574e2db9b684c0c72b066e24f010a0036
protobuf-c_0.15-1build1.debian.tar.gz 3.5 KiB 9ba34cd835090651f792ab795dde1081ed5a04be716daed9527982b59f27cf1a
protobuf-c_0.15-1build1.dsc 1.9 KiB c4b686d4f2930a3f17a38aeae8acca8406143118e7f7ec9cf5c1457f0086ebce

Available diffs

View changes file

Binary packages built by this source

libprotobuf-c0: Protocol Buffers C library

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think 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 C implementation of protocol buffers.
 .
 This package contains the shared library.

libprotobuf-c0-dev: Protocol Buffers C static library and headers

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think 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 C implementation of protocol buffers.
 .
 This package contains the static library and development headers.

protobuf-c-compiler: protocol buffers C compiler

 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think 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 C implementation of protocol buffers.
 .
 This package contains a compiler that generates C stubs from protocol
 buffer schemas. These stubs must be compiled and linked against
 libprotobuf-c.