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

Changelog

golang-google-grpc (1.38.0+really1.33.3-1ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Fri, 12 Jul 2024 11:32:08 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security 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-1ubuntu0.24.04.1.debian.tar.xz 83.7 KiB 8fca5aed25fe69e0fd64a2d8fc52a9b2ef67723ab36d7e574054142af18af85e
golang-google-grpc_1.38.0+really1.33.3-1ubuntu0.24.04.1.dsc 2.7 KiB a98b7a797b66bb06fa3b0f9c693df78c58a120ff17100f4674b4b740e04c4484

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.