File: control

package info (click to toggle)
yaggo 1.5.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • sloc: ruby: 2,942; cpp: 39; makefile: 34
file content (25 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: yaggo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
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).