Package: libprotobuf17 Architecture: amd64 Version: 3.6.1.3-2+deb10u1 Multi-Arch: same Priority: optional Section: libs Source: protobuf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 3031 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2) Filename: ./depends/iflytek/libprotobuf17_3.6.1.3-2_plus_deb10u1_amd64.deb Size: 814224 MD5sum: 6b4e8f78887f22165f66374a923a88f2 SHA1: 5f586e48f3f7df94c8ae2e44798d43b05010798a SHA256: 82eab6d06561feacbd2d223db80392e842a56b0aea23be17faea8560d05da996 SHA512: 1d7d0c4fa29701feb991634ea40c72660afadfb93e416a21270c20799c4fa60adabd6aac3b667d46962d5014c823e1ed7e8ae92570ad5fc8c16f1e4e7f1b34ea Homepage: https://github.com/google/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.