protobuf 2.4.0a-2ubuntu2 source package in Ubuntu

Changelog

protobuf (2.4.0a-2ubuntu2) oneiric; urgency=low

  * Switch to dh_python2.  (LP: #788514)
 -- Barry Warsaw <email address hidden>   Thu, 11 Aug 2011 12:33:37 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protobuf_2.4.0a.orig.tar.gz 1.9 MiB bb20941d4958bcf2fa76fde251bb4f71463d4fe28884a015c7335894344cffcb
protobuf_2.4.0a-2ubuntu2.debian.tar.gz 341.5 KiB 808020124b5b3567f31111af2216bb186179f10b77ad69f4279821e2bf5350eb
protobuf_2.4.0a-2ubuntu2.dsc 2.2 KiB a30ba3204cda9ff8d72b00d6439941ccd26b67bce54ff0ee3c764df3f492f82d

View changes file

Binary packages built by this source

libprotobuf-dev: protocol buffers C++ library (development files)

 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 development headers and static libraries needed for
 writing C++ applications.

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 oneiric.

No description available for libprotobuf-lite7 in ubuntu oneiric.

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: protocol buffers compiler library (development files)

 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 development headers and static library needed for
 writing protobuf compilers.

libprotoc7: No summary available for libprotoc7 in ubuntu oneiric.

No description available for libprotoc7 in ubuntu oneiric.

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

No description available for protobuf-compiler in ubuntu oneiric.

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.