golang-google-grpc 1.38.0+really1.33.3-1build1 source package in Ubuntu

Changelog

golang-google-grpc (1.38.0+really1.33.3-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:03 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.38.0+really1.33.3.orig.tar.xz 756.1 KiB 2255ad83a5b6bd2b285ea839afd315b2fb810e532569280760ebc91567d3b1e1
golang-google-grpc_1.38.0+really1.33.3-1build1.debian.tar.xz 83.6 KiB 2906537c7db0da4bbcaf29202bca90a2edd07e9a00a65aa7cb35a9e71478fe97
golang-google-grpc_1.38.0+really1.33.3-1build1.dsc 2.7 KiB 823f9a4ffab3185170880e7dae467653fc40d23d5b8e3f7416ac36958ee04b46

View changes file

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.