软件包:opt(3.19-3)
opt 的相关链接
Debian 的资源:
下载源码包 opt:
维护者:
相似软件包:
- libauthen-sasl-xs-perl-dbgsym
- libbackuppc-xs-perl-dbgsym
- libbson-xs-perl-dbgsym
- libcbor-xs-perl-dbgsym
- libcgi-struct-xs-perl-dbgsym
- libclass-c3-xs-perl-dbgsym
- libclass-load-xs-perl-dbgsym
- libcookie-baker-xs-perl-dbgsym
- libcpanel-json-xs-perl-dbgsym
- libcrypt-unixcrypt-xs-perl-dbgsym
- libcss-minifier-xs-perl-dbgsym
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.