Codebase list golang-github-jawher-mow.cli / master debian / control
master

Tree @master (Download .tar.gz)

control @masterraw · history · blame

Source: golang-github-jawher-mow.cli
Section: devel
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.0
Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-jawher-mow.cli
Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-jawher-mow.cli.git
Homepage: https://github.com/jawher/mow.cli
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jawher/mow.cli
Testsuite: autopkgtest-pkg-go

Package: golang-github-jawher-mow.cli-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: versatile library for building CLI applications in Go (library)
 This package provides a framework to build command line applications in
 Go with most of the burden of arguments parsing and validation placed
 on the framework instead of the user.