File: control

package info (click to toggle)
golang-github-bep-debounce 1.2.0%2Breally1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,015 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
Source: golang-github-bep-debounce
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-fortytw2-leaktest-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-debounce
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-debounce.git
Homepage: https://github.com/bep/debounce
XS-Go-Import-Path: github.com/bep/debounce

Package: golang-github-bep-debounce-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-fortytw2-leaktest-dev
Description: Debouncer written in Go
 This package provides a debouncer func. The most typical use case would be
 the user typing a text into a form; the UI needs an update, but let's wait
 for a break.