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.7.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
|