File: control

package info (click to toggle)
golang-github-pseudomuto-protokit 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: makefile: 61
file content (34 lines) | stat: -rw-r--r-- 1,140 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
32
33
34
Source: golang-github-pseudomuto-protokit
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-stretchr-testify-dev,
 golang-google-genproto-dev,
 golang-google-protobuf-dev,
 protoc-gen-go,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pseudomuto-protokit
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pseudomuto-protokit.git
Homepage: https://github.com/pseudomuto/protokit
XS-Go-Import-Path: github.com/pseudomuto/protokit

Package: golang-github-pseudomuto-protokit-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-stretchr-testify-dev,
 golang-google-genproto-dev,
 golang-google-protobuf-dev,
 ${misc:Depends},
Description: starter kit for building protoc plugins (library)
 A starter kit for building protoc-plugins. Rather than write your own,
 you can just use an existing one.
 .
 This package contains the Go library.