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
|
Source: fweb
Standards-Version: 4.7.2
Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
Uploaders:
Yann Dirson <dirson@debian.org>,
Hilmar Preuße <hille42@debian.org>,
Section: devel
Priority: optional
Build-Depends:
debhelper-compat (= 13),
texinfo,
libncurses-dev,
tex-common,
Vcs-Browser: https://salsa.debian.org/tex-team/fweb
Vcs-Git: https://salsa.debian.org/tex-team/fweb.git
Homepage: https://w3.pppl.gov/~krommes/
Package: fweb
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
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
Architecture: all
Section: doc
Depends:
${misc:Depends},
Suggests:
doc-base,
fweb,
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.
|