File: control

package info (click to toggle)
gengetopt 2.22.6%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 5,720 kB
  • ctags: 2,363
  • sloc: cpp: 14,709; sh: 11,845; ansic: 8,030; makefile: 689; yacc: 514; lex: 171; sed: 3
file content (23 lines) | stat: -rw-r--r-- 725 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
Source: gengetopt
Section: devel
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-autoreconf,
 flex
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/software/gengetopt/
Vcs-Git: git://anonscm.debian.org/collab-maint/gengetopt.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gengetopt.git

Package: gengetopt
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: skeleton main.c generator
 gengetopt reads an interface description file, and writes a skeleton
 main.c file.  gengetopt supports: long and short options, 11 types of
 parameters (including flag, int, double, string, and function call),
 and a usage message.