protobuf2 2.6.1-4 source package in Ubuntu

Changelog

protobuf2 (2.6.1-4) unstable; urgency=medium

  * No change rebuild.

 -- Andrej Shadura <email address hidden>  Sun, 29 Dec 2019 16:14:50 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
protobuf2_2.6.1-4.dsc 1.7 KiB 0b2e086a7dad1e665e6e6b03349d0cba37364fd8b26e1a46a666062f9c7b863c
protobuf2_2.6.1.orig.tar.gz 2.5 MiB dbbd7bdd2381633995404de65a945ff1a7610b0da14593051b4738c90c6dd164
protobuf2_2.6.1-4.debian.tar.xz 8.2 KiB 5d935e70f8ba36665db582d3e6b51e912012ea6040462ad6b28005b711a28cdf

Available diffs

No changes file available.

Binary packages built by this source

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