File: control

package info (click to toggle)
fweb 1.62-12
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,132 kB
  • ctags: 6,669
  • sloc: ansic: 41,944; makefile: 412; sh: 157
file content (41 lines) | stat: -rw-r--r-- 1,574 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
Source: fweb
Section: devel
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Standards-Version: 3.9.2
Build-depends: debhelper (>= 8), texinfo, libncurses5-dev, dh-buildinfo
Homepage: http://freshmeat.net/projects/fweb

Package: fweb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info
Recommends: texlive | c-compiler | fortran77-compiler | ratfor77
Suggests: c-compiler, fortran77-compiler, ratfor77, fweb-doc
Description: literate-programming tool for C/C++/Fortran/Ratfor
 Literate-programming allows the programmer to write a program's
 code and its code's documentation, with equal importance accorded
 to both. This helps producing a well-documented code.
 .
 FWEB has grown out of Knuth and Levy's CWEB; it is far more
 configurable and customizable than the original, uses LaTeX to
 typeset documented code, provides a very powerful macro processor...
 .
 Ratfor programmers may appreciate the builtin Ratfor-to-Fortran
 translator if they don't have the right compiler.
 .
 Other languages than those cited may be used, but without code
 pretty-printing.

Package: fweb-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: doc-base, fweb
Replaces: fweb (<= 1.62-8)
Description: Documentation for literate-programming tool Fweb
 Literate-programming allows the programmer to write a program's
 code and its code's documentation, with equal importance accorded
 to both. This helps producing a well-documented code.
 .
 This is the documentation for fweb in HTML, info, and texinfo
 formats.