Name: | gengetopt |
---|---|
Version: | 2.23 |
Release: | 14.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 831852 |
License: | GPL-3.0-or-later |
RPM: | gengetopt-2.23-14.el10_0.x86_64.rpm |
Source RPM: | gengetopt-2.23-14.el10_0.src.rpm |
Build Date: | Fri Jan 17 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/gengetopt/ |
Summary: | Tool to write command line option parsing code for C programs |
Description: | Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. The generated code uses the C library function getopt_long to perform the actual command line parsing. |