golang-google-genproto 0.0~git20210726.e7812ac-4 source package in Ubuntu

Changelog

golang-google-genproto (0.0~git20210726.e7812ac-4) unstable; urgency=medium

  * Team upload
  * Upload changes from experimental to unstable
  * Update Standards-Version to 4.7.0 in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Thu, 25 Jul 2024 06:19:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-genproto_0.0~git20210726.e7812ac-4.dsc 2.4 KiB 814f84819a57dcb6d84b80929226a1441ef879fd06665fdfb16a7cc86400ac6a
golang-google-genproto_0.0~git20210726.e7812ac.orig.tar.xz 5.0 MiB 2f539b020f0f82548dcd47baf3cd2f91a09654acff9320ec94ca6c738ab53461
golang-google-genproto_0.0~git20210726.e7812ac-4.debian.tar.xz 3.4 KiB 67aeae30f53882a138e6d9622438dd2a3526b0ff0eefd4976e10838f472189ff

No changes file available.

Binary packages built by this source

golang-google-genproto-dev: Generated Go packages for common protocol buffer types

 This repository contains the generated Go packages for common protocol buffer
 types, and the generated gRPC code necessary for interacting with Google's
 gRPC APIs.
 .
 It provides similar functionality to the now abandoned
 golang-github-googleapis-proto-client-go.
 .
 There are two sources for the proto files used in this repository:
 .
  * google/protobuf: the code in the protobuf and ptypes subdirectories is
    derived from this repo. The messages in protobuf are used to describe
    protocol buffer messages themselves. The messages under ptypes define the
    common well-known types.
  * googleapis/googleapis: the code in the googleapis is derived from this repo.
    The packages here contain types specifically for interacting with Google
    APIs.