Go support for Protocol Buffers This project hosts the Go implementation for [protocol buffers](https://protobuf.dev), 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. See the [protocol buffer developer guide](https://protobuf.dev/overview) for more information about protocol buffers themselves.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | protobuf-go-1.34.1nb2.tgz |
NetBSD 10.0 | earmv7hf | protobuf-go-1.34.1nb2.tgz |
NetBSD 10.0 | i386 | protobuf-go-1.34.1nb2.tgz |
NetBSD 10.0 | x86_64 | protobuf-go-1.34.1nb2.tgz |
NetBSD 9.0 | aarch64 | protobuf-go-1.34.1nb2.tgz |
NetBSD 9.0 | earmv7hf | protobuf-go-1.34.1nb2.tgz |
NetBSD 9.0 | i386 | protobuf-go-1.34.1nb2.tgz |
NetBSD 9.0 | x86_64 | protobuf-go-1.34.1nb2.tgz |
NetBSD 9.3 | x86_64 | protobuf-go-1.34.1nb2.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.