File: control

package info (click to toggle)
golang-github-cosiner-argv 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 991 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-cosiner-argv
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Emanuel Krivoy <ekrivoy@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.0
Homepage: https://github.com/cosiner/argv
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cosiner-argv
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cosiner-argv.git
XS-Go-Import-Path: github.com/cosiner/argv
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-cosiner-argv-dev
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: Argv allows splitting a command line string into an arguments slice
 Argv is a  library for Go that allows splitting a command line string into an
 arguments slice. It uses the bash syntax to replace environment variables and
 interpret values within single quotes.