Source: golang-google-genproto Maintainer: Debian Go Packaging Team Uploaders: Martín Ferrari , Anthony Fok , Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.17~), golang-any, golang-google-grpc-dev (>= 1.19.0~), golang-goprotobuf-dev (>= 1.3.2~), protobuf-compiler (>= 3.0.0~), Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-genproto Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-genproto.git Homepage: https://godoc.org/google.golang.org/genproto Rules-Requires-Root: no XS-Go-Import-Path: google.golang.org/genproto Package: golang-google-genproto-dev Architecture: all Depends: golang-google-grpc-dev (>= 1.19.0~), golang-goprotobuf-dev (>= 1.3.2~), ${misc:Depends}, ${shlibs:Depends}, Breaks: golang-github-grpc-ecosystem-grpc-gateway-dev (<< 1.6.4), golang-google-cloud-compute-metadata-dev (<< 0.9.0-8~), golang-google-cloud-dev (<< 0.9.0-8~), Description: 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.