File: control

package info (click to toggle)
opt 3.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 784 kB
  • ctags: 506
  • sloc: ansic: 3,205; sh: 440; tcl: 325; perl: 155; makefile: 92
file content (23 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: opt
Section: devel
Priority: optional
Maintainer: Patrick Ouellette <pouelle@debian.org>
Standards-Version: 3.1.0.0

Package: opt
Architecture: any
Depends:
Provides: 
Conflicts: 
Description: Options Parsing Tool shared 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.