File: control

package info (click to toggle)
cflow 1%3A1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,252 kB
  • sloc: sh: 9,697; ansic: 9,203; lex: 466; lisp: 271; makefile: 185; awk: 87; sed: 16
file content (92 lines) | stat: -rw-r--r-- 3,758 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: cflow
Section: devel
Priority: optional
Maintainer: Marcos Talau <talau@debian.org>
Build-Depends: debhelper-compat (= 13),
               texinfo
Standards-Version: 4.7.2
Homepage: https://www.gnu.org/software/cflow
Vcs-Browser: https://salsa.debian.org/debian/cflow
Vcs-Git: https://salsa.debian.org/debian/cflow.git

Package: cflow
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests: cflow-doc, cflow-l10n
Description: control flow analyzer for C source files
 GNU cflow analyzes a collection of source files written in C language
 and outputs a graph charting dependencies between various functions.
 .
 GNU cflow is able to produce two kinds of graphs: direct and reverse.
 Direct graph begins with the main function (or any other function),
 and displays recursively all functions called by it. In contrast,
 reverse graph is a set of subgraphs, charting for each function its
 callers, in the reverse order. Due to their tree-like appearance,
 graphs can also be called trees.
 .
 In addition to these two output modes, cflow is able to produce a
 cross-reference listing of all the symbols encountered in the input
 files.
 .
 GNU cflow also provides detailed control over symbols that will appear
 in its output, allowing to omit those that are of no interest to the
 user. The exact appearance of the output graphs is also configurable.

Package: cflow-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Breaks: cflow (<< 1:1.6-2)
Replaces: cflow (<< 1:1.6-2)
Depends: ${misc:Depends}
Description: control flow analyzer for C source files (documentation)
 GNU cflow analyzes a collection of source files written in C language
 and outputs a graph charting dependencies between various functions.
 .
 GNU cflow is able to produce two kinds of graphs: direct and reverse.
 Direct graph begins with the main function (or any other function),
 and displays recursively all functions called by it. In contrast,
 reverse graph is a set of subgraphs, charting for each function its
 callers, in the reverse order. Due to their tree-like appearance,
 graphs can also be called trees.
 .
 In addition to these two output modes, cflow is able to produce a
 cross-reference listing of all the symbols encountered in the input
 files.
 .
 GNU cflow also provides detailed control over symbols that will appear
 in its output, allowing to omit those that are of no interest to the
 user. The exact appearance of the output graphs is also configurable.
 .
 This package contains the HTML documentation and Info.

Package: cflow-l10n
Architecture: all
Multi-Arch: foreign
Section: localization
Breaks: cflow (<< 1:1.6-2)
Replaces: cflow (<< 1:1.6-2)
Depends: ${misc:Depends}
Description: control flow analyzer for C source files (localization files)
 GNU cflow analyzes a collection of source files written in C language
 and outputs a graph charting dependencies between various functions.
 .
 GNU cflow is able to produce two kinds of graphs: direct and reverse.
 Direct graph begins with the main function (or any other function),
 and displays recursively all functions called by it. In contrast,
 reverse graph is a set of subgraphs, charting for each function its
 callers, in the reverse order. Due to their tree-like appearance,
 graphs can also be called trees.
 .
 In addition to these two output modes, cflow is able to produce a
 cross-reference listing of all the symbols encountered in the input
 files.
 .
 GNU cflow also provides detailed control over symbols that will appear
 in its output, allowing to omit those that are of no interest to the
 user. The exact appearance of the output graphs is also configurable.
 .
 This package contains the translation files for the use of cflow in
 non-English locales.