File: control

package info (click to toggle)
golang-github-jesseduffield-generics 0.0~git20250517.b0b4a53-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,139 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-github-jesseduffield-generics
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Maytham Alsudany <maytham@debian.org>,
 Jongmin Kim <jmkim@debian.org>,
 Ananthu C V <weepingclown@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-golang-x-exp-dev,
 golang-github-wk8-go-ordered-map-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-generics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-generics.git
Homepage: https://github.com/jesseduffield/generics
XS-Go-Import-Path: github.com/jesseduffield/generics

Package: golang-github-jesseduffield-generics-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-golang-x-exp-dev,
 ${misc:Depends},
Description: extensions on the official Go generics packages (library)
 This package provides some helper methods/structs that involve generics (added
 in Go 1.18). Contains helpers for lists, maps, sets, and slices.