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#

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.