category: Devel
requires: cygwin libgcc1 libstdc++6 
sdesc: "A tool to write command line options parser code for C programs"
ldesc: "skeleton main.c generator
 reads an interface description file, and writes a file containing
 a command-line parser function.  gengetopt supports: long and short options,
 11 types of parameters (including flag, int, double, string, and function
 call), and a usage message."