| Name: | gengetopt |
|---|---|
| Version: | 2.22.6 |
| Release: | 1.el7 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 911637 |
| License: | GPLv3+ |
| RPM: | gengetopt-2.22.6-1.el7.aarch64.rpm |
| Source RPM: | gengetopt-2.22.6-1.el7.src.rpm |
| Build Date: | Thu May 24 2018 |
| Build Host: | ca-buildarm02.us.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. |