golang-google-grpc 1.32.0-5 source package in Ubuntu

Changelog

golang-google-grpc (1.32.0-5) unstable; urgency=medium

  * Team upload
  * Allow golang-github-golang-protobuf-1-5-dev as optional Depends
  * Add Multi-Arch
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Thu, 29 Dec 2022 18:29:29 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.32.0-5.dsc 2.0 KiB 3011f5b76ab287a38db1c3bf93b38c7e20ad940808ef79bf0004972fc91df454
golang-google-grpc_1.32.0.orig.tar.gz 1.0 MiB b70cdb30dc658ac19a3fb52a5d22311754d9292f554a9322bf96010329bdf382
golang-google-grpc_1.32.0-5.debian.tar.xz 64.3 KiB 604ae04064868e2c89ed6c6ca97a46961002f64be46f1bc11181cc04353d2c99

Available diffs

No changes file available.

Binary packages built by this source

golang-google-grpc-dev: implementation of gRPC in Go

 Implementation of an RPC system called gRPC in Golang.
 .
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services. This library provides a concrete
 implementation of the gRPC protocol, layered over HTTP/2.

protoc-gen-go-grpc: gRPC plugin for protobuf compiler

 This protobuf compiler plugin generates gRPC service definitions for the
 protocol buffer defined by file.proto.
 .
 The new protoc-gen-go plugin (provided by google.golang.org/protobuf) no longer
 supports generating gRPC service.