File: control

package info (click to toggle)
golang-github-inconshreveable-mousetrap 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,457 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
Source: golang-github-inconshreveable-mousetrap
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/inconshreveable/mousetrap
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-inconshreveable-mousetrap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-inconshreveable-mousetrap.git
XS-Go-Import-Path: github.com/inconshreveable/mousetrap
Rules-Requires-Root: no

Package: golang-github-inconshreveable-mousetrap-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go library to detect starting from Windows Explorer
 mousetrap is a tiny Go library that answers a single question:
 On a Windows machine, was the process invoked by someone double clicking
 on the executable file while browsing in Explorer?
 .
 Motivation: Windows users unfamiliar with command line tools will
 often "double-click" the executable for a tool. Because most CLI tools
 print the help and then exit when invoked without arguments, this is
 often very frustrating for those users.
 .
 mousetrap provides a way to detect these invocations so
 that you can provide more helpful behavior and instructions
 on how to run the CLI tool.