File: control

package info (click to toggle)
golang-github-mattn-go-shellwords 1.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, bullseye, bullseye-backports
  • size: 112 kB
  • sloc: sh: 9; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 965 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
Source: golang-github-mattn-go-shellwords
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Homepage: https://github.com/mattn/go-shellwords
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-shellwords
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-shellwords.git
XS-Go-Import-Path: github.com/mattn/go-shellwords
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-mattn-go-shellwords-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: parse line as shell words in Golang
 Parse line as shell words.
 Based on cpan module Parse::CommandLine
 (https://metacpan.org/pod/Parse::CommandLine).