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 51
|
Source: golang-github-cheekybits-genny
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev,
golang-golang-x-tools-dev,
help2man
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cheekybits-genny
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cheekybits-genny.git
Homepage: https://github.com/cheekybits/genny
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/cheekybits/genny
Package: golang-github-cheekybits-genny-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
genny,
golang-github-stretchr-testify-dev,
golang-golang-x-tools-dev
Description: Elegant generics for Go
Until the Go core team include support for generics in
Go, genny is a code-generation generics solution.
.
It allows one to write normal buildable and testable Go
code which, when processed by the genny gen tool, will
replace the generics with specific types
Package: genny
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: golang-github-cheekybits-genny-dev (<< 1.0.0-4)
Replaces: golang-github-cheekybits-genny-dev (<< 1.0.0-4)
Built-Using: ${misc:Built-Using}
Description: Elegant generics for Go - program
Until the Go core team include support for generics in
Go, genny is a code-generation generics solution.
.
It allows one to write normal buildable and testable Go
code which, when processed by the genny gen tool, will
replace the generics with specific types
genny - Generics for Go Build Status
.
This is the program package.
|