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++).
License¶
Type¶
standard
Version Information¶
package-version.txt:
2.23
Equivalent System Packages¶
conda:
$ conda install gengetopt
cygwin:
$ apt-cyg install gengetopt
Debian/Ubuntu:
$ sudo apt-get install gengetopt
Fedora/Redhat/CentOS:
$ sudo yum install gengetopt
gentoo:
$ sudo emerge dev-util/gengetopt
homebrew:
$ brew install gengetopt
nix:
$ nix-env --install gengetopt
void:
$ sudo xbps-install gengetopt
See https://repology.org/project/gengetopt/versions
If the system package is installed, ./configure will check whether it can be used.