File: control

package info (click to toggle)
golang-github-kubernetes-gengo 0.0~git20250207.1244d31-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,528 kB
  • sloc: sh: 90; makefile: 29
file content (50 lines) | stat: -rw-r--r-- 1,877 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: golang-github-kubernetes-gengo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.15~),
               golang-github-davecgh-go-spew-dev,
               golang-github-google-go-cmp-dev,
               golang-github-google-gofuzz-dev,
               golang-github-spf13-pflag-dev,
               golang-golang-x-tools-dev,
               golang-k8s-klog-dev,
               golang-k8s-sigs-yaml-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://github.com/kubernetes/gengo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-gengo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-gengo.git
XS-Go-Import-Path: k8s.io/gengo

Package: golang-github-kubernetes-gengo-dev
Architecture: all
Multi-Arch: foreign
Provides: golang-k8s-gengo-dev (= ${binary:Version}),
Depends: golang-github-davecgh-go-spew-dev,
         golang-github-google-go-cmp-dev,
         golang-github-google-gofuzz-dev,
         golang-github-spf13-pflag-dev,
         golang-golang-x-tools-dev,
         golang-k8s-klog-dev,
         golang-k8s-sigs-yaml-dev,
         ${misc:Depends},
Description: library for generating code based on Go files
 The gengo library implements a code generation system for Go files
 used by Kubernetes. It is more than a dumb template library and is
 informed by the Go language's syntax, type and naming conventions
 when generating code.
 .
 The gengo library can build code using the following generators:
 .
   * set
   * deep-copy
   * defaulter
   * go-to-protobuf
 .
 Gengo was first used in Kubernetes and is split out into a separate
 library for ease of reuse and maintainability.