gengetopt: getopt_long parser generator#

Description#

GNU Gengetopt converts a textual description of your program’s arguments and options into a getopt_long() parser in C (or C++).

Website: https://www.gnu.org/software/gengetopt/

License#

GPL-3+ (https://www.gnu.org/software/gengetopt/LICENSE)

Type#

standard

Dependencies#

Version Information#

package-version.txt:

2.23

Equivalent System Packages#

$ apk add gengetopt
$ conda install gengetopt
$ apt-cyg install gengetopt
$ sudo apt-get install gengetopt
$ sudo yum install gengetopt
$ sudo emerge dev-util/gengetopt
$ brew install gengetopt
$ nix-env --install gengetopt
$ sudo xbps-install gengetopt

See https://repology.org/project/gengetopt/versions

If the system package is installed, ./configure will check if it can be used.