パッケージ: libprotobuf-dev (3.25.4-1)
libprotobuf-dev に関するリンク
Debian の資源:
protobuf ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
protocol buffers C++ library (development files) and proto 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. Includes well known proto type files.
その他の libprotobuf-dev 関連パッケージ
|
|
|
|
-
- dep: libabsl-dev (>= 20230802.1)
- extensions to the C++ standard library (development files)
-
- dep: libprotobuf-lite25 (= 3.25.4-1)
- protocol buffers C++ library (lite version)
-
- dep: libprotobuf25 (= 3.25.4-1)
- protocol buffers C++ library
-
- dep: zlib1g-dev
- 圧縮ライブラリ - 開発キット