File: control

package info (click to toggle)
golang-goprotobuf 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,944 kB
  • sloc: sh: 42; makefile: 21
file content (31 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-goprotobuf
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
           Martín Ferrari <tincho@debian.org>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang (>= 1.31~),
               golang-any,
               libprotobuf-dev,
               protobuf-compiler
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-goprotobuf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-goprotobuf.git
Homepage: https://github.com/golang/protobuf
XS-Go-Import-Path: github.com/golang/protobuf

Package: golang-goprotobuf-dev
Architecture: any
Depends: libprotobuf-dev,
         protobuf-compiler,
         ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Protocol buffer support for the Go programming language
 Adds support for serializing and deserializing data in the protocol buffer
 format for users of the Go language. This will also install a protobuf
 compiler filter which will allow you to compile protocol buffers to Go
 code using protoc from the protobuf-compiler package.