File: control

package info (click to toggle)
funnelweb 3.2-4.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,744 kB
  • sloc: ansic: 9,156; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,056 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
Source: funnelweb
Section: devel
Priority: extra
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.2

Package: funnelweb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: funnelweb-doc, texlive, task-devel-common
Description: literate-programming tool
 Literate-programming allows the programmer to write a program's
 code and the code's documentation, with equal importance accorded
 to both. This helps to produce well-documented code.
 .
 Unlike other literate-programming tools, funnelweb is not derived
 from Knuth's cweb.
 .
 It claims the following technical features:
  * Can be used with any programming language.
  * Runs on most platforms.
  * Mature and essentially bug-free (released 1992).
  * Simple; specifically designed to minimize errors.
  * High speed; doesn't stretch the development cycle.
  * Generates documentation in HTML and TeX forms.
 .
 This package does not include the reference, tutorial, and developer
 manuals.  See package funnelweb-doc for these.