protobuf 2.4.1-1ubuntu2 source package in Ubuntu

Changelog

protobuf (2.4.1-1ubuntu2) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
 -- Adam Conrad <email address hidden>   Fri, 02 Dec 2011 17:31:54 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main devel

Downloads

File Size SHA-256 Checksum
protobuf_2.4.1.orig.tar.gz 1.8 MiB eac6969b617f397247e805267da2b0db3ff9e5a9163b123503a192fbb5776567
protobuf_2.4.1-1ubuntu2.debian.tar.gz 15.9 KiB 6f95d06cd359e9311ce7a9ae8b52fed2172be429b5745b5abaf058347ed51f2d
protobuf_2.4.1-1ubuntu2.dsc 1.8 KiB c5e06ea8d995e60f6606f4d6ba4cd5d10dcaa22e298bbd16ec260c9e35675a4a

Available diffs

View changes file

Binary packages built by this source

libprotobuf-dev: No summary available for libprotobuf-dev in ubuntu quantal.

No description available for libprotobuf-dev in ubuntu quantal.

libprotobuf-java: Java 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 Java bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to Java classes, and then the modules in this package will allow
 you to use those classes in your programs.

libprotobuf-lite7: No summary available for libprotobuf-lite7 in ubuntu quantal.

No description available for libprotobuf-lite7 in ubuntu quantal.

libprotobuf7: protocol buffers C++ 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.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for C++ applications.

libprotoc-dev: No summary available for libprotoc-dev in ubuntu quantal.

No description available for libprotoc-dev in ubuntu quantal.

libprotoc7: protocol buffers compiler 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.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for the protocol buffer
 compiler.

protobuf-compiler: No summary available for protobuf-compiler in ubuntu quantal.

No description available for protobuf-compiler in ubuntu quantal.

python-protobuf: Python 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 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.
 .
 This package contains both the traditional Python-based
 implementation and the new C++-based one, and you can select at
 runtime between the two.