File: control

package info (click to toggle)
opt 3.19-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 944 kB
  • ctags: 724
  • sloc: ansic: 3,899; perl: 863; sh: 554; cpp: 524; tcl: 325; makefile: 93
file content (25 lines) | stat: -rw-r--r-- 1,144 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
Source: opt
Maintainer: Patrick Ouellette <pouelle@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/opt.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/opt.git

Package: opt
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Options Parsing Tool library
 opt is a subroutine library which facilitates the convenient input
 of parameters to a C program. Parameters are parsed from a command
 line, with further facilities for reading options from files, from
 environment strings, or from an interactive environment. The aim of
 the opt package is to permit programs to be both user- and
 programmer- friendly. The package attempts to on the one hand
 provide a direct and relatively full-featured input interface to the
 ultimate user of the program, and at the same time impose a minimal
 amount of work on the programmer to "attach" the package to his or
 her software. It is similar to GNU's (and AT&T's old) getopts
 package, but with a different interface that might be easier to use.