golang-google-genproto 0.0~git20200413.b5235f6-3 source package in Ubuntu

Changelog

golang-google-genproto (0.0~git20200413.b5235f6-3) unstable; urgency=medium

  * Team upload.
  * Allow golang-github-golang-protobuf-1-5-dev as optional Depends

 -- Shengjing Zhu <email address hidden>  Thu, 29 Dec 2022 18:09:19 +0800

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-genproto_0.0~git20200413.b5235f6-3.dsc 1.9 KiB d695769cbe85ea969534f298347e47bfe52b8e3fa14a02864a721a2b18d9647d
golang-google-genproto_0.0~git20200413.b5235f6.orig.tar.xz 3.7 MiB 897c1044d9d7829e9c27b3e69850c36e75fa3e5eaeb186e4e087093aa6d7747e
golang-google-genproto_0.0~git20200413.b5235f6-3.debian.tar.xz 3.1 KiB 02e6307016c9bc0c40d072df7c657b1bbc95f735500d477bd74f176040bc5dc5

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.