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


Paketnamelibprotobuf-java
BeschreibungJava bindings for protocol buffers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.3.0-4
Sektionjava
Prioritätextra
Installierte Größe276 Byte
Hängt ab vondefault-jre | java5-runtime
Empfohlene Paketeprotobuf-compiler
PaketbetreuerIustin Pop
Quelleprotobuf
Paketgröße251272 Byte
Prüfsumme MD515b1c007eea733557f63aac52ba63c85
Prüfsumme SHA1a195109afa8d1d4841f7d2dd65ce8f28314e2301
Prüfsumme SHA25606a43fb60465badcb4b93a8f4373a1d8fe1448abd87046bdabdeb48baff89c44
Link zum Herunterladenlibprotobuf-java_2.3.0-4_all.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 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.


Impressum
Linux is a registered trademark of Linus Torvalds