File: control

package info (click to toggle)
yaggo 1.5.11-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 316 kB
  • sloc: ruby: 2,943; sh: 94; cpp: 39; makefile: 34
file content (28 lines) | stat: -rw-r--r-- 1,018 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
26
27
28
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-compat (= 13),
               gem2deb,
               ruby:any
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}:any,
         ${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).