Source: golang-google-protobuf Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Shengjing Zhu , Anthony Fok , Anton Gladky Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-go-cmp-dev Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-protobuf Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-protobuf.git Homepage: https://github.com/protocolbuffers/protobuf-go XS-Go-Import-Path: google.golang.org/protobuf Package: golang-google-protobuf-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: Go support for protocol buffers (APIv2) This module (google.golang.org/protobuf) contains Go bindings for protocol buffers. . For APIv2, see https://go.dev/blog/protobuf-apiv2. Package: protoc-gen-go Architecture: any Depends: libprotobuf-dev, protobuf-compiler, ${misc:Depends}, ${shlibs:Depends} Conflicts: golang-goprotobuf-dev, protoc-gen-go-1-3, protoc-gen-go-1-5 Static-Built-Using: ${misc:Static-Built-Using} Description: Go plugin for protobuf compiler (APIv2) This protobuf compiler plugin is from google.golang.org/protobuf module, which is recommended by upstream. . Compared to the old plugin provided by github.com/golang/protobuf module, in protoc-gen-go-1-3 or protoc-gen-go-1-5 package, it doesn't support generating gRPC service definitions. . For APIv2, see https://go.dev/blog/protobuf-apiv2.