Source: yaggo Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: misc Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, ruby Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/yaggo Vcs-Git: https://salsa.debian.org/med-team/yaggo.git Homepage: https://github.com/gmarcais/yaggo Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: yaggo Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${ruby:Depends}, ${misc:Depends}, Description: generate command line parser using getopt_long Yaggo is a tool to generate command line parsers for C++. Yaggo stands for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt. . It reads a configuration file describing the switches and argument for a C++ program and it generates one header file that parses the command line using getopt_long(3).