Port variant | std |
Summary | Command-line option parser generator |
BROKEN | |
Package version | 2.23_1 |
Homepage | https://www.gnu.org/software/gengetopt/ |
Keywords | devel |
Maintainer | nobody |
License | GPLv3+ |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 11 AUG 2024, 22:51:45 UTC |
Port created | 14 OCT 2019, 18:29:59 UTC |
set | This is the gengetopt:std metapackage. It pulls in all subpackages of gengetopt:std. |
primary | This program generate a C function that uses getopt_long function to parse the command line options, validate them and fill a struct. Thus your program can now handle options such as: myprog --input foo.c -o foo.o --no-tabs -i 100 *.class And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards. |
examples | This is the examples subpackage of the gengetopt:std port. |
docs | This is the documents subpackage of the gengetopt:std port. |
info | This is the GNU Info manual page subpackage of the gengetopt:std port. |
man | This is the man page subpackage of the gengetopt:std port. |
Build (only) | texinfo:primary:std |
Runtime (only) |
ravensys-gcc:cxx_run:std (primary subpackage) ravensys-gcc:libs:std (primary subpackage) indexinfo:single:std (info subpackage) |
main | mirror://GNU/gengetopt |
libofx:std | Open Financial eXchange (OFX) Library |