File: control

package info (click to toggle)
cxref 1.6e-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,996 kB
  • sloc: ansic: 16,598; yacc: 2,091; sh: 937; lex: 470; perl: 452; makefile: 433; lisp: 256; cpp: 188; python: 80
file content (43 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download | duplicates (2)
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
Source: cxref
Section: devel
Priority: optional
Maintainer: Camm Maguire <camm@debian.org>
Build-Depends: bison (>= 1:1.28-5),debhelper (>= 5 ),flex (>= 2.5.4a-6), linuxdoc-tools, texlive-base-bin, texlive-latex-recommended, debconf, po-debconf, dpkg-dev (>= 1.16.1~), dh-elpa
Standards-Version: 4.1.3
Homepage: https://www.gedanken.org.uk/software/cxref/

Package: cxref
Section: devel
Architecture: any
Depends: ${shlibs:Depends},${misc:Depends},gcc,ucf
Suggests: www-browser,texlive-binaries,cxref-doc
Description: Generates LaTeX and HTML documentation for C programs
 A program that takes as input a series of C source files
 and produces a LaTeX or HTML document containing a cross
 reference of the files/functions/variables in the program,
 including documentation taken from suitably formatted
 source code comments.
 The documentation is stored in the C source file in
 specially formatted comments, making it simple to maintain.
 The cross referencing includes lists of functions called,
 callers of each function, usage of global variables, header
 file inclusion, macro definitions and type definitions.
 Works for ANSI C, including many gcc extensions.

Package: cxref-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: www-browser,texlive-binaries
Description: Generates LaTeX and HTML documentation for C programs
 This package provides sample documentation produced by cxref from
 some of the cxref source itself.

Package: cxref-emacs
Section: editors
Architecture: all
Depends: emacs | emacsen, emacsen-common (>= 1.4.14), ${misc:Depends}
Description: Generates LaTeX and HTML documentation for C programs
 This package provides an emacs mode facilitating the use of cxref,
 and enabling the display of a hierarchical flow graph of cxref
 commented source files.