category: Devel
build-depends: cygport 
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."
skip:

homepage: https://www.gnu.org/software/gengetopt/