File: control

package info (click to toggle)
cutils 1.6-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 720 kB
  • sloc: ansic: 3,009; lex: 1,061; yacc: 819; makefile: 423; sh: 91
file content (20 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: cutils
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 10~), flex-old, bison | byacc

Package: cutils
Architecture: any
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