File: control

package info (click to toggle)
golang-github-mgutz-minimist 0.0~git20151219.39eb8cf-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 104 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,211 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
Source: golang-github-mgutz-minimist
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mgutz-to-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mgutz-minimist
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mgutz-minimist.git
Homepage: https://github.com/mgutz/minimist
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mgutz/minimist

Package: golang-github-mgutz-minimist-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-mgutz-to-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: parse argument options (library)
 This library is the guts of optimist's argument parser without all the
 fanciful decoration. Minimist is a parse argument options module.
 .
 Is a simple CLI args parser ported of minimist.
 (https://github.com/substack/minimist) to golang.