File: control

package info (click to toggle)
cutils 1.6-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 980 kB
  • ctags: 535
  • sloc: ansic: 3,008; lex: 1,061; yacc: 822; makefile: 436; sh: 96
file content (22 lines) | stat: -rw-r--r-- 794 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
Source: cutils
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.1.0
Build-Depends: bison | byacc, debhelper (>= 10~), flex, texinfo
Homepage: http://www.sigala.it/sandro/software.php#cutils
Testsuite: autopkgtest

Package: cutils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: cweb
Description: C source code utilities
 This package contains several utilities which may be useful to
 developers of C source code utilities, namely:
  cdecl and cundecl - decode and encode C type declarations
  cobfusc - make a C source file unreadable but compilable
  chilight - highlight C source files
  cunloop - unloop C loops
  yyextract - extract grammar rules from yacc grammar
  yyref - yacc grammar reference program