[ ソース: golang-google-protobuf ]
パッケージ: golang-google-protobuf-dev (1.25.0+git20201208.160c747-1)
golang-google-protobuf-dev に関するリンク
Debian の資源:
golang-google-protobuf ソースパッケージをダウンロード:
- [golang-google-protobuf_1.25.0+git20201208.160c747-1.dsc]
- [golang-google-protobuf_1.25.0+git20201208.160c747.orig.tar.xz]
- [golang-google-protobuf_1.25.0+git20201208.160c747-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Go support for Protocol Buffers (second major revision)
This project hosts the Go implementation for protocol buffers, which is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. The protocol buffer language is a language for specifying the schema for structured data.
This schema is compiled into language specific bindings.
This project provides both a tool to generate Go code for the protocol buffer language, and also the runtime implementation to handle serialization of messages in Go.