Library: getopt
Author: Kevin Rosenberg <kevin@rosenberg.net>
URL: http://b9.com/files/getopt/
This package provides a module for analyzing a list of command-line
arguments. It uses a command-line syntax similar to the GNU getopt_long
function. The package also provides an automated test suite which
uses the ptester library from http://b9.com/files/ptester/