Package: golang-thrift-dev Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: devel Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 366 Filename: stable/golang-thrift-dev_0.9.3-1.meta1_amd64.deb Size: 80116 SHA256: 5c91705d2db7421a12b7454711ce31d016eb000ecd38fef0eb782a6c2f5d96a7 SHA512: 4cf2125274625b0405c33380f4645cbd27ff5da7648643dc0269107ddf9d7a99f7ebf23775e4da9a18367acbf14fcf85e2693d73d9e58ca986d0ec2aaf6bcb0c Homepage: https://thrift.apache.org/ Description: Go language support for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Go language support for Thrift. Package: libcrypto1.0.2-udeb Architecture: amd64 Version: 1.0.2s-1.meta1 Priority: optional Section: debian-installer Source: openssl1.0 Maintainer: Debian OpenSSL Team Installed-Size: 2442 Depends: libc6-udeb (>= 2.28) Filename: stable/libcrypto1.0.2-udeb_1.0.2s-1.meta1_amd64.udeb Size: 884260 SHA256: 77cbe3f23f54f265b213e7397e0b614b446fde3a192cbd0a38a9af74f0925b69 SHA512: 3d55d21d1e9146cd914be5beca6f67da82bf4dd7a2581619c892e241bd5cb841592b83e58b2a7917a0d867011702bdcd79209b35c9697f459830b2b760cbfed6 Description: Secure Sockets Layer toolkit - libcrypto udeb This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains a version of the libcrypto shared library for use with the Debian Installer. Do not install it on a normal system. Package: libprotobuf-dev Architecture: amd64 Version: 2.5.0-9 Multi-Arch: same Priority: optional Section: libdevel Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 3581 Depends: zlib1g-dev, libprotobuf8 (= 2.5.0-9), libprotobuf-lite8 (= 2.5.0-9) Filename: stable/libprotobuf-dev_2.5.0-9_amd64.deb Size: 443336 SHA256: d20892a7c90c64703b2f29dfae462ecd590c417e1b03871c922b423a8d1b3b68 SHA512: 2318ef67114d8b35a10a8f2849b2d57e4f633b3088f4c7170c07dab35feb367b3f3516a6241502adea489c70ed5c49e798f221ab98bad95adfcf3035e862b820 Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library (development files) 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 development headers and static libraries needed for writing C++ applications. Package: libprotobuf-java Architecture: all Version: 2.5.0-9 Priority: optional Section: java Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 438 Filename: stable/libprotobuf-java_2.5.0-9_all.deb Size: 387368 SHA256: 422e379e9bab65dfadf5f9736258e2f6aaf9527df24ac233bce306fc2687604a SHA512: c819b8ef0760b5411e840310feb110c20d18a0edfbf9f941ffc5898c92a80c932b05add8467c764486a012e2316146f264876181ccc40e33e264e4627efa04b9 Homepage: https://code.google.com/p/protobuf/ Description: 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. Package: libprotobuf-lite8-dbgsym Architecture: amd64 Version: 2.5.0-9 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 494 Depends: libprotobuf-lite8 (= 2.5.0-9) Filename: stable/libprotobuf-lite8-dbgsym_2.5.0-9_amd64.deb Size: 443396 SHA256: 93c362db854ae7613f076bb2e8504e8864891186c0d6554acf9d01a5c95afbe3 SHA512: a3f566c18784166c711eeb178b300988412b7e95280ff76e4118fa23087892bd8dd58ce900dec436ddfaee65890a721f0674a17e65af74536bd88eb2999cf36a Description: debug symbols for libprotobuf-lite8 Build-Ids: 3cbe056795cfae985f989a8ba681c7bc1647b765 Package: libprotobuf-lite8 Architecture: amd64 Version: 2.5.0-9 Multi-Arch: same Priority: optional Section: libs Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 234 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: stable/libprotobuf-lite8_2.5.0-9_amd64.deb Size: 70548 SHA256: 4209abaa4ac7af031c44e434870f0371ff27882611cf2e66f7ace18564177261 SHA512: 5f38d647aeb70a05b692d85ba5b0d967cbf36b6008568018dcee327888c9fc79c5281f2e7a0ef174adfda039fa469ecea54adb8ba34a3ad529fadd1f17dbc57d Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library (lite version) 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 runtime library needed for C++ applications whose message definitions have the "lite runtime" optimization setting. Package: libprotobuf8-dbgsym Architecture: amd64 Version: 2.5.0-9 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 3745 Depends: libprotobuf8 (= 2.5.0-9) Filename: stable/libprotobuf8-dbgsym_2.5.0-9_amd64.deb Size: 3500960 SHA256: 0fe12ea8585fcb9d415b52101ce143ea28d99eb259b663f1b2c45fff428a32d9 SHA512: f425e70a7d0e2702a4d11384eb6b7233d281d41fec9f09fa72fd0871e82c50b15828e337ba092f7496c523242062ef2447219e925005c68b450cbdf953f0de2d Description: debug symbols for libprotobuf8 Build-Ids: 6c8a9d325961374dd38a5de174a9f04b5f397133 Package: libprotobuf8 Architecture: amd64 Version: 2.5.0-9 Multi-Arch: same Priority: optional Section: libs Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 1133 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: stable/libprotobuf8_2.5.0-9_amd64.deb Size: 314516 SHA256: c9dc0c1c9cd65ceb44d2a7c10485d7cbcb9359f9da458b941a58051547d23c06 SHA512: 9c8f8711223f71653a070345e110d54cc2a2d614cda4d9719baad60c7a52621ca198b5b4b4477fb9179ef112438aa11fc0fe9f7cfaaa92e89b77a2466f1e636b Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library 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 runtime library needed for C++ applications. Package: libprotoc-dev Architecture: amd64 Version: 2.5.0-9 Multi-Arch: same Priority: optional Section: libdevel Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 1862 Depends: libprotoc8 (= 2.5.0-9), libprotobuf-dev (= 2.5.0-9) Breaks: libprotobuf-dev (<< 2.1.0) Replaces: libprotobuf-dev (<< 2.1.0) Filename: stable/libprotoc-dev_2.5.0-9_amd64.deb Size: 260240 SHA256: 5a0edaf5f53f00b8bc412adcee8ca1a9c96022b43fa432a94dbbde561102eecf SHA512: 4bf633cff628b47d8d08ff614e7e0058be94da67f3f79cbd5c61aabe070c79ee6411389a02770a1be204e32745d37062e061507d51d01de1e67c77061908aa31 Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers compiler library (development files) 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 development headers and static library needed for writing protobuf compilers. Package: libprotoc8-dbgsym Architecture: amd64 Version: 2.5.0-9 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 3836 Depends: libprotoc8 (= 2.5.0-9) Filename: stable/libprotoc8-dbgsym_2.5.0-9_amd64.deb Size: 3709592 SHA256: 2ff6a091f612d3731c652a3a27cb085d3d513f83277bc58b55f634969e8827e3 SHA512: fbf33b9445665024ed39c0776fc58156dcd0d2c97dfd9edf9b13c7b14dc34fba99d763c9a235261963b9ed342c7fa9db907d8d0345be05a19973c4072e1699bb Description: debug symbols for libprotoc8 Build-Ids: 1b406235b02099dfc711edd957a9f6f7bd1e35ef Package: libprotoc8 Architecture: amd64 Version: 2.5.0-9 Multi-Arch: same Priority: optional Section: libs Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 834 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libprotobuf8, libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: stable/libprotoc8_2.5.0-9_amd64.deb Size: 224408 SHA256: bcc58b4fd289067f9576647e462eb27073de997155c1df979bb47eb86537f09d SHA512: 56a20161ce4c8341ebb853284edb344f091ca603ef4125411428c84533481b8ab7c58cade04dd4270fd86527d9229abcfe743338d43084ea9d73cbc6757a39d0 Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers compiler library 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 runtime library needed for the protocol buffer compiler. Package: libssl1.0-dev Architecture: amd64 Version: 1.0.2s-1.meta1 Multi-Arch: same Priority: optional Section: libdevel Source: openssl1.0 Maintainer: Debian OpenSSL Team Installed-Size: 7324 Depends: libssl1.0.2 (= 1.0.2s-1.meta1) Conflicts: libssl-dev Filename: stable/libssl1.0-dev_1.0.2s-1.meta1_amd64.deb Size: 1574812 SHA256: b83e195942b93de40160ce53ed99a25544e55d5347c42bf2001ddcebfe280dd2 SHA512: 2926c65b9c28e4c817c8b3686b176fac5e735114b8ca839e0cba02ba7c49a9ea2cc325c14b65a1c2c399db62d3cd5ca1f9b41c2367f010cfd4db8cc5fee309a2 Homepage: https://www.openssl.org Description: Secure Sockets Layer toolkit - development files This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains development libraries, header files, and manpages for libssl and libcrypto. . This is a transition package that will go away after the stretch release to provide the 1.0.X APIs for those packages that are not ready for the 1.1 version yet. Package: libssl1.0.2-dbgsym Architecture: amd64 Version: 1.0.2s-1.meta1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: openssl1.0 Maintainer: Debian OpenSSL Team Installed-Size: 4090 Depends: libssl1.0.2 (= 1.0.2s-1.meta1) Filename: stable/libssl1.0.2-dbgsym_1.0.2s-1.meta1_amd64.deb Size: 3680252 SHA256: 6e4cb76be6affd805bab4ad4daceb54fc96b2995c8abdf16c7fab2b7b47a86e6 SHA512: b93d7f11affc560bd0c238b5be06f7ac68de2a3a1a6c15caa618c3f1ed5cd7385ff571cbbd5f40ad953c26b16a25f6fc4f43920bb7c25da4f1c5c1ba160e95d5 Description: debug symbols for libssl1.0.2 Build-Ids: 02f5e1d231c4997a16c893b0ed64e5bf4b027688 2135dba25b797cf7b27ce1bdd7355f1fa0ea8201 2ee90c0fbe6327d23063f66c97756176f2d17d8a 329323a26bd623a5ab163e8954465d05e2edad63 352f61e7be8d0be877fdf5fb18ab14d31381b4ae 3b368eddea044d60df0ed07dace6bcfdd72509bc 412b3f46bcac2757dd58b472eba3e8eb85381991 4f07b8ac6204b56554073ec1f80e8d9bf9ef2a68 8576fe01ae227111809b23d719a7a303a8092db8 a987dd05183c4facd30d4e71cfbeec46fe17d67d b6ea1eba1798d0171774dc087151994b42e9a0db d48185b15f6ecb8bebaa057e406f66dc9624c496 df06407e0a562dc759c59e07f19f9bfd9c5af582 f63470fda6b3287aafc17c18d6dbddb5b5cce0df Package: libssl1.0.2-udeb Architecture: amd64 Version: 1.0.2s-1.meta1 Priority: optional Section: debian-installer Source: openssl1.0 Maintainer: Debian OpenSSL Team Installed-Size: 433 Depends: libc6-udeb (>= 2.28), libcrypto1.0.2-udeb (>= 1.0.2s) Filename: stable/libssl1.0.2-udeb_1.0.2s-1.meta1_amd64.udeb Size: 143032 SHA256: 4c41bd0c42e69b3d3bc20c941b4cd33e0d1ae8129c7ff7c406f8bca058bf0164 SHA512: e38b4ff903f9b6c7b704894d01dc9d14e576bd04c84400b8c501e200e7ebf4cbdb00d9636e53394a38c07407d4de2feda3ff2d646d230bcde14085d9eb43e149 Description: ssl shared library - udeb libssl shared library. . Do not install it on a normal system. Package: libssl1.0.2 Architecture: amd64 Version: 1.0.2s-1.meta1 Multi-Arch: same Priority: important Section: libs Source: openssl1.0 Maintainer: Debian OpenSSL Team Installed-Size: 3611 Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0 Filename: stable/libssl1.0.2_1.0.2s-1.meta1_amd64.deb Size: 1301596 SHA256: 4143f8d13f3c5c7dd18a61e74750661ea04ee7d2ef05ea36e41d0e3eb90a080f SHA512: 2050f74031fd5b90bf2a1a5d67b200b028f9276e564fa3572784ba6b9c831ef4cf03f6d5168a52475738125520b740db830c0a457b69eadef35f58a55ff489c0 Homepage: https://www.openssl.org Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Package: libthrift-0.9.3-dbgsym Architecture: amd64 Version: 0.9.3-1.meta1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 3879 Depends: libthrift-0.9.3 (= 0.9.3-1.meta1) Filename: stable/libthrift-0.9.3-dbgsym_0.9.3-1.meta1_amd64.deb Size: 3642048 SHA256: c46795c9f1c2eaa7d89c541d0ed763a6b6b9ac3627169a4139c7ee512b4d367c SHA512: eb16d9e2c8184ea88234744859d2401d449e6403357e463b6f601931f31fd1cec56bede5730557fe80d03481228b2507a0bcb772e92ce0e65135a262f9082930 Description: debug symbols for libthrift-0.9.3 Build-Ids: 48717f787ce6b0f52110f48aab0e397afdec7233 6a84c931b6c8e72d53a40d013527d5f719f508cd c97a755d10f51eca12d9ef5fc6c363ec47dad295 f739d8667f4439ee9705846d2a79dd659a0f16e7 Package: libthrift-0.9.3 Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: devel Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 979 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libqt5core5a (>= 5.11.0~rc1), libqt5network5 (>= 5.0.2), libssl1.0.2 (>= 1.0.2d), libstdc++6 (>= 5.2) Filename: stable/libthrift-0.9.3_0.9.3-1.meta1_amd64.deb Size: 262972 SHA256: 44211f31fcad4ef42eba32650e8c42824f2e0e3f9c36875004906eefb27fc4b6 SHA512: f06874d4ed5dd25b022b910962cb93963e7b488bb44a22c32709eec2c720e7807dfc326df5d798e63456ecf42105dd2cde769ed5ab30285deb4a554132eaebb8 Homepage: https://thrift.apache.org/ Description: Thrift C++ library Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the runtime libraries needed for C++ applications using Thrift. Package: libthrift-c-glib-dev Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: libdevel Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 310 Depends: libthrift-c-glib0 (= 0.9.3-1.meta1), pkg-config Filename: stable/libthrift-c-glib-dev_0.9.3-1.meta1_amd64.deb Size: 74212 SHA256: 6f8dffc3ad0d57f01fc62ddb834d46a92a643cacb227c7725336b373af3e4c31 SHA512: 9af4ede050db67c9401e03959768f753526e1764522028e97d654b38a245fbf933ca9c3d24724c7dda7eecf960e29fb70bf62ee1c73f1a1fb5aa0c8207ff77fd Homepage: https://thrift.apache.org/ Description: Thrift glib library (development headers) Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the development libraries required for writing glib based C applications using Thrift. Package: libthrift-c-glib0-dbgsym Architecture: amd64 Version: 0.9.3-1.meta1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 131 Depends: libthrift-c-glib0 (= 0.9.3-1.meta1) Filename: stable/libthrift-c-glib0-dbgsym_0.9.3-1.meta1_amd64.deb Size: 100724 SHA256: e7259dbfbb32ef4b8aa5519d75cb5da50ce29f2f322289292c5aaaf550b0c316 SHA512: 0c05539729b1c77a9605a59a97556887b7457958235ab2bfdfbeab2eaa91ecfd59677889049d2ab6596557c85f1568ce673fa515121a72b2ed34306423194374 Description: debug symbols for libthrift-c-glib0 Build-Ids: 38e55077bc236efba72cb3b50d12f3062ebe0a08 Package: libthrift-c-glib0 Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: libs Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 131 Depends: libc6 (>= 2.14), libssl1.0.2 (>= 1.0.2d) Filename: stable/libthrift-c-glib0_0.9.3-1.meta1_amd64.deb Size: 63528 SHA256: 2114c5f0f8232370b8c8be8e5219491d0634a45bafa9907096475c4bddbb24e3 SHA512: eb8eaaa688a6ed09d32339fee6c5cd518efc884fb45a253c5990ace4bd755cc227a652eac68bb6d837e8f5bbee60472f6412b38b531ed5cd0c4c464aa57a3062 Homepage: https://thrift.apache.org/ Description: Thrift glib library Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the glib based runtime libraries needed for C applications using Thrift. Package: libthrift-dev Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: libdevel Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 3120 Depends: libthrift-0.9.3 (= 0.9.3-1.meta1), pkg-config Filename: stable/libthrift-dev_0.9.3-1.meta1_amd64.deb Size: 403116 SHA256: c07561ae12aa635e2a3d80deb8c88d3cd460d7494e500ac42ef21299832356b6 SHA512: 2b39839689ab4c3763793bead5156e7a664c57c7244ed060c91ddf344b4e87d5c23ed09b96010d806d239666d2f46431a8417b02c0c945f229675c2198384af5 Homepage: https://thrift.apache.org/ Description: Thrift C++ library (development headers) Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the development libraries required for writing C++ applications using Thrift. Package: libthrift-perl Architecture: all Version: 0.9.3-1.meta1 Priority: optional Section: perl Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 128 Depends: perl Filename: stable/libthrift-perl_0.9.3-1.meta1_all.deb Size: 54480 SHA256: 5677a1d0480f1e9249a40ab2a69f99f9e969b71eb991fe7fbb1c94d28476ae96 SHA512: d7ba20cac03b121575619b7c6a20c9ce5048f6a88d1973649416d37406dd3b3739b450fb6e254d0fd37e48a7ba9ac7af7dbd3c32fbe91c0bb10aaa805f7a6009 Homepage: https://thrift.apache.org/ Description: Perl language support for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Perl language support for Thrift. Package: protobuf-compiler-dbgsym Architecture: amd64 Version: 2.5.0-9 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 67 Depends: protobuf-compiler (= 2.5.0-9) Filename: stable/protobuf-compiler-dbgsym_2.5.0-9_amd64.deb Size: 52928 SHA256: c01fdb67fe0152d2aa4c17a9f7f867647ca0308fa5980370f83a875cd9a5e694 SHA512: 4e7979bc7896cce7d89f7f82f7c614003736de24c65221e204f78f6bd7b3bd70de0297a35d4157544990dfdec0b1591fae44cfb1a8d6158ae7cb4f898be7a293 Description: debug symbols for protobuf-compiler Build-Ids: 034da872d74cc33a10cf8a6021657694ea1b43ad Package: protobuf-compiler Architecture: amd64 Version: 2.5.0-9 Multi-Arch: foreign Priority: optional Section: devel Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 82 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libprotobuf8, libprotoc8 (= 2.5.0-9), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: stable/protobuf-compiler_2.5.0-9_amd64.deb Size: 34344 SHA256: 2f2109cc42ff3e49d5b4f562610e00707bcae991dde55581db7258e14705575c SHA512: 841f5eda9d480dbb6c7c3c97cbffadaae139a294f46ac2a9b8539ac5270a91c0011910305119815d30647a1c0f89e59bd19190e1dc3fdaae706ed0a8972c75a6 Homepage: https://code.google.com/p/protobuf/ Description: compiler for protocol buffer definition files 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. Package: python-protobuf Architecture: all Version: 2.5.0-9 Priority: optional Section: python Source: protobuf Maintainer: Robert S. Edmonds Installed-Size: 383 Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7~) Filename: stable/python-protobuf_2.5.0-9_all.deb Size: 70268 SHA256: 5fd3bc864a0ff302bd69e5d451a6381ebd89b1024b1839d49de6c7ae6bf715c1 SHA512: ce4fa2a454e153bebb07b2c0f7bd3bbff906a4d22010bfdd0dc6cfd2e8e71ba3d45a6d474b98abe5b880816f4204890aacb1bca1ebfb7b53cbd15e0d044aa5a7 Homepage: https://code.google.com/p/protobuf/ Description: Python 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 Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Package: python-thrift-dbg Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: debug Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 85 Depends: python-thrift (= 0.9.3-1.meta1) Filename: stable/python-thrift-dbg_0.9.3-1.meta1_amd64.deb Size: 69024 SHA256: a5312006fca271456d5ad9dd7a55b55ec07f5d714fdc710e5fca2749b623994f SHA512: aa7366150c066dd6edef428e8bdd93d41a4261fe09ffe2248844a4aad364b1ec8f72662c719d81c81a9d77bb9e434e8a9ceb691a5de7de99af53a51008295f37 Homepage: https://thrift.apache.org/ Description: Python library for Thrift (debug symbols) Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the debugging symbols for Python bindings of Thrift. Build-Ids: 8d408ef2d853a0a304466377dbe18bacf0093257 Package: python-thrift Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: python Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 235 Provides: python2.7-thrift Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 2.7~) Conflicts: python-thrift (<= 0.9.1-2) Replaces: python-thrift (<= 0.9.1-2) Filename: stable/python-thrift_0.9.3-1.meta1_amd64.deb Size: 77604 SHA256: 0a24960198d7332933299ab06d16efe11d742413c040e2c1202d094a872b10ad SHA512: 6da2f097259a406f2b5c42e03be683edc42575589a9ffdb21a57067006345eb9e56ff7c844391375028bea302852c1cf7d1f7f64f6cae07b27c4ba511deb9468 Homepage: https://thrift.apache.org/ Description: Python library for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with a code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Python bindings for Thrift. Python-Version: 2.7 Package: thrift-compiler-dbgsym Architecture: amd64 Version: 0.9.3-1.meta1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 21743 Depends: thrift-compiler (= 0.9.3-1.meta1) Filename: stable/thrift-compiler-dbgsym_0.9.3-1.meta1_amd64.deb Size: 21195708 SHA256: 9cf702b031763c0f33d4b1dd6ab5fee6d6b02fc3b10a2467b7e860d80bc7a665 SHA512: a18a39eef40fbcf042f221d1a13be095f435a0aeb44e9e591709be23f7bef64b6c7e5dfb3e5ebcb981557a14bead920204b8a74557c007da4deb0905805fa06e Description: debug symbols for thrift-compiler Build-Ids: 25e133aa949dbeb33dcd662510bc58815cf93d6e Package: thrift-compiler Architecture: amd64 Version: 0.9.3-1.meta1 Priority: optional Section: devel Source: thrift Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 3486 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Conflicts: thrift-compiler (<= 0.9.1-2) Replaces: thrift-compiler (<= 0.9.1-2) Filename: stable/thrift-compiler_0.9.3-1.meta1_amd64.deb Size: 1102220 SHA256: 2bd07f5f53b8033449edda1b3a262971ce2d866afe6751e2288910250259dea9 SHA512: eb356ecf6fe72e06d2a9d89cdabb35df58f8189b9f6d713dca514b5fd32e4d7023e132af689a2f044356c94d2cc55f2c945e496fa47f0289697ce87c5d538a96 Homepage: https://thrift.apache.org/ Description: code generator/compiler for Thrift definitions Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package contains the compiler used to generate language code from Thrift definition files.