golang-google-protobuf 1.27.1-1 source package in Ubuntu
Changelog
golang-google-protobuf (1.27.1-1) unstable; urgency=medium [ Anthony Fok ] * Bump build-dependency on golang-github-google-go-cmp-dev to (>= 0.5.0) as per go.mod * Bump build-dependency on dh-golang to (>= 1.48~) to prevent "no non-test Go files" errors on backports [ Shengjing Zhu ] * New upstream version v1.27.1 * Update Standards-Version to 4.6.0 (no changes) -- Shengjing Zhu <email address hidden> Sun, 29 Aug 2021 02:43:11 +0800
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-google-protobuf_1.27.1-1.dsc | 1.7 KiB | eb74546c35d451dbdf80c4835dc29402adcf67e327f3bd17f94288aacebf2613 |
golang-google-protobuf_1.27.1.orig.tar.gz | 1.2 MiB | bd8e54ac7d7ee6ed4b94348fc5b18b595478cd620999f2860949b8d94e035c3c |
golang-google-protobuf_1.27.1-1.debian.tar.xz | 3.7 KiB | 2b6abb54fd47ce66aee0283186628b2a328f2ed6e53ec6b0a7fc284d2d24d51d |
Available diffs
No changes file available.
Binary packages built by this source
- golang-google-protobuf-dev: 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.
- protoc-gen-go: Go support for Protocol Buffers (protoc compiler plugin)
It augments the protoc compiler so that it knows how to generate Go
specific code for a given .proto file.
.
This plugin is provided google.golang. org/protobuf module, aka the
second major revision of the Go protocol buffer API. Compared to
the old protoc-gen-go plugin (in golang-goprotobuf- dev package)
provided by github.com/golang/ protobuf module, it doesn't support
generating gRPC service definitions.