File: control

package info (click to toggle)
libc-scan-perl 0.74-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 140 kB
  • ctags: 289
  • sloc: perl: 822; makefile: 445; ansic: 135
file content (22 lines) | stat: -rw-r--r-- 798 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: libc-scan-perl
Section: perl
Priority: optional
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Elie Rosenblum <fnord@debian.org>
Standards-Version: 3.5.8

Package: libc-scan-perl
Architecture: all
Depends: ${perl:Depends}, libdata-flow-perl
Description:  scan C language files for easily recognized constructs.
 C::Scan is useful for determining information about C source files.
 .
 It can give you:
   - Lists of all included files
   - Hashes describing all #defined macros
   - Information about function declarations and inline functions
   - Definitions for user-defined types
   - Information about extern variables
 .
 C::Scan uses the Data::Flow API to perform its job of correlating
 data and managing interdependencies between the data it can provide.