ports/devel/protobuf-go
Muhammad Moinur Rahman 92e2333be6
devel/protobuf-go: New port
Go support for Protocol Buffers

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.

WWW: https://github.com/protocolbuffers/protobuf-go
2025-05-04 20:44:50 +02:00
..