Source: genparse Section: devel Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9), autotools-dev, automake, autoconf, bison, flex, texinfo, doxygen, libcunit1-dev, junit, libcppunit-dev, default-jdk, install-info, man2html, doxygen-latex Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/genparse.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/genparse.git Homepage: https://sourceforge.net/p/genparse Package: genparse Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info Description: command line parser generator From simple and concise specification file, you can define the command line parameters and switches that you would like to be able to pass to your program. Genparse creates the C code of the parser for you, which you can then compile as a separate file and link with your program.