Source: yaggo Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: misc Priority: optional Build-Depends: debhelper (>= 11~), ruby, help2man Standards-Version: 4.3.0 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 Package: yaggo Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter 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).