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

Changelog

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

  * Team upload.
  * Replace transitional golang-goprotobuf-dev package
  * Update Section to golang
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.6.2 (no changes)
  * Add Multi-Arch hint

 -- Shengjing Zhu <email address hidden>  Fri, 23 Dec 2022 00:36:14 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-genproto_0.0~git20200413.b5235f6-2.dsc 1.9 KiB f19cda2062e17d89bfcbc94dbd3a7669db96b8776743560d83e052f3bb4cd4d8
golang-google-genproto_0.0~git20200413.b5235f6.orig.tar.xz 3.7 MiB 897c1044d9d7829e9c27b3e69850c36e75fa3e5eaeb186e4e087093aa6d7747e
golang-google-genproto_0.0~git20200413.b5235f6-2.debian.tar.xz 3.1 KiB 69f9f8ff37fafff5bab92342a91812e6c8774617a6636ada734079ba51aab9e7

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.