DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameprotobuf-compiler
Beschreibungcompiler for protocol buffer definition files
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version2.2.0a-0.1ubuntu1
Sektiondevel
Prioritätextra
Installierte Größe132 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libprotobuf5, libprotoc5 (= 2.2.0a-0.1ubuntu1), libstdc++
Empfohlene Pakete
PaketbetreuerUbuntu Core Developers
Quelleprotobuf
Paketgröße32748 Byte
Prüfsumme MD57e5e8a76ca688f435a8d251ecd780f06
Prüfsumme SHA1112b5dd4bf67b26c4f477a4d9afe1b658d9fb0c3
Prüfsumme SHA256c2257e2f7b51a46af0a3e53a9e6f3c7774f93257e1976ee4fd9a520b8c18ba11
Link zum Herunterladenprotobuf-compiler_2.2.0a-0.1ubuntu1_i386.deb
Ausführliche BeschreibungProtocol 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.


Impressum
Linux is a registered trademark of Linus Torvalds