File: control

package info (click to toggle)
golang-github-withfig-autocomplete-tools 0.0~git20241029.747689a%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,456 kB
  • sloc: javascript: 2,543; python: 734; sh: 20; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 1,160 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-withfig-autocomplete-tools
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-withfig-autocomplete-tools
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-withfig-autocomplete-tools.git
Homepage: https://github.com/withfig/autocomplete-tools
XS-Go-Import-Path: github.com/withfig/autocomplete-tools

Package: golang-github-withfig-autocomplete-tools-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
 ${misc:Depends},
Description: Command line tools for Fig autocomplete specs (Go library)
 This repo contains the source for all of Fig tools related with
 autocomplete (https://github.com/withfig/autocomplete).
 .
 This package contains the Go development library.