File: control

package info (click to toggle)
trueprint 5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,348 kB
  • sloc: sh: 12,296; ansic: 8,479; makefile: 115
file content (32 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
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
Source: trueprint
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
               lpr,
               texinfo,
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/trueprint/trueprint.html
Vcs-Browser: https://salsa.debian.org/debian/trueprint
Vcs-Git: https://salsa.debian.org/debian/trueprint.git

Package: trueprint
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Recommends: lpr
Description: pretty printing of source code
 This program generates a pretty output of source codes in many
 programming languages. The result could be printed or written to
 a Postscript file.
 .
 The following programming languages are supported:
     * C
     * C++
     * Java
     * Pascal
     * Perl
     * Pike
     * Sh (Shell)
     * Verilog