golang-github-golang-protobuf-1-5 1.5.2-3 source package in Ubuntu

Changelog

golang-github-golang-protobuf-1-5 (1.5.2-3) unstable; urgency=medium

  * Fix Vcs URL
  * Update package description

 -- Shengjing Zhu <email address hidden>  Mon, 31 Oct 2022 02:50:56 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-protobuf-1-5_1.5.2-3.dsc 1.8 KiB bd8e7b5b03e104497b004ae61c11e772682c2db6ab810cfafa4e7b1ca95ad376
golang-github-golang-protobuf-1-5_1.5.2.orig.tar.gz 167.7 KiB 872250236661e36184632f866fc8a7aeb95939307a2602c2e4c92941220a45e7
golang-github-golang-protobuf-1-5_1.5.2-3.debian.tar.xz 2.7 KiB 077c700097a5071927e2316de1f7b781cc413210d625dcb4acb34e02c8ec27e1

No changes file available.

Binary packages built by this source

golang-github-golang-protobuf-1-5-dev: Go support for protocol buffers (version v1.5.x)

 This module (github.com/golang/protobuf) contains Go bindings for protocol
 buffers.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.

protoc-gen-go-1-5: Go plugin for protobuf compiler (version v1.5.x)

 This protobuf compiler plugin is from github.com/golang/protobuf module,
 which is deprecated.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.
 .
 People should migrate to protoc-gen-go package which is provided
 by google.golang.org/protobuf module.
 .
 Go files generated by this version will cause runtime panic with
 golang-github-gogo-protobuf-dev.