File: control

package info (click to toggle)
bash-argsparse 1.8.22.ga05fe6d-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: sh: 1,798; sed: 100; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: bash-argsparse
Section: libs
Priority: optional
Maintainer: Roland Mas <lolando@debian.org>
Standards-Version: 4.6.0
Build-Depends: debhelper (>= 13), doxygen
Vcs-Browser: https://salsa.debian.org/debian/bash-argsparse
Vcs-Git: https://salsa.debian.org/debian/bash-argsparse.git

Package: bash-argsparse
Architecture: all
Depends: bash (>= 4), ${misc:Depends}
Description: High level argument parsing library for bash
 The purpose is to replace the option-parsing and usage-describing
 functions commonly rewritten in all scripts.
 .
 This library is implemented for bash version 4. Prior versions of
 bash will fail at interpreting that code.