File: control

package info (click to toggle)
cweb 3.4g-15
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 804 kB
  • ctags: 413
  • sloc: ansic: 2,247; lisp: 442; makefile: 188; sh: 4
file content (21 lines) | stat: -rw-r--r-- 850 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
Source: cweb
Section: devel
Priority: optional
Maintainer: Milan Zamazal <pdm@fi.muni.cz>
Standards-Version: 2.4.1.0

Package: cweb
Architecture: any
Depends: ${shlibs:Depends}
Recommends: c-compiler | tetex-base
Suggests: c-compiler, tetex-base
Description: Knuth's & Levy's C/C++ programming system.
 CWEB allows you to write documents which can be used simultaneously as
 C/C++ programs and/or 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.