Paketname | protobuf-compiler |
Beschreibung | compiler for protocol buffer definition files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.2.0a-0.1ubuntu1 |
Sektion | devel |
Priorität | extra |
Installierte Größe | 132 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libprotobuf5, libprotoc5 (= 2.2.0a-0.1ubuntu1), libstdc++ |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core Developers |
Quelle | protobuf |
Paketgröße | 32748 Byte |
Prüfsumme MD5 | 7e5e8a76ca688f435a8d251ecd780f06 |
Prüfsumme SHA1 | 112b5dd4bf67b26c4f477a4d9afe1b658d9fb0c3 |
Prüfsumme SHA256 | c2257e2f7b51a46af0a3e53a9e6f3c7774f93257e1976ee4fd9a520b8c18ba11 |
Link zum Herunterladen | protobuf-compiler_2.2.0a-0.1ubuntu1_i386.deb |
Ausführliche Beschreibung | 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 protocol buffer compiler that is used for
translating from .proto files (containing the definitions) to the language
binding for the supported languages.
|