Paketname | protobuf-c-compiler |
Beschreibung | protocol buffers C compiler |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12-3+b1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libprotobuf6, libprotoc6, libstdc++6 (>= 4.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Robert S. Edmonds |
Quelle | protobuf-c (0.12-3) |
Paketgröße | 67508 Byte |
Prüfsumme MD5 | 05d93b9b9603b76627f2ea2e32d0958b |
Prüfsumme SHA1 | ba76c799502213a49dd437f1835a8d43b4141246 |
Prüfsumme SHA256 | 2fbf53d2e1afbf6ab58258dc2e2ba835c9ef5e0c9a7d9c684446dfacb9af4610 |
Link zum Herunterladen | protobuf-c-compiler_0.12-3+b1_i386.deb |
Ausführliche Beschreibung | Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data – think 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.
.
This is the C implementation of protocol buffers.
.
This package contains a compiler that generates C stubs from protocol
buffer schemas. These stubs must be compiled and linked against
libprotobuf-c.
|