File: control

package info (click to toggle)
cwebx 3.04-7
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 836 kB
  • ctags: 362
  • sloc: ansic: 1,867; pascal: 227; makefile: 147; sh: 6
file content (27 lines) | stat: -rw-r--r-- 1,199 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
Source: cwebx
Section: devel
Priority: optional
Maintainer: Julian Gilbey <jdg@debian.org>
Standards-Version: 3.5.4
Build-Depends: debhelper, tetex-bin, tetex-base

Package: cwebx
Architecture: any
Depends: ${shlibs:Depends}
Recommends: c-compiler, tetex-base, tetex-bin (>> 0.9.990310)
Suggests: cweb
Description: C/C++ literate programming system (Marc van Leeuwen's version)
 This version is a complete rewrite of Levy & Knuth's version of CWEB.
 It uses a slightly different syntax from the L&K version, but provides a
 compatibility mode allowing L&K CWEB sources to be processed, producing
 similar (though not necessarily identical) output.
 .
 CWEB allows you to write documents which can be used simultaneously as
 C/C++ programs and as TeX documentation for them.
 .
 The philosophy behind CWEB is that programmers who want to provide the best
 possible documentation for their programs need two things simultaneously: a
 language like TeX for formatting, and a language like C for programming.
 Neither type of language can provide the best documentation by itself.  But
 when both are appropriately combined, we obtain a system that is much more
 useful than either language separately.