File: control

package info (click to toggle)
universalindentgui 1.2.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,208 kB
  • ctags: 1,720
  • sloc: perl: 18,118; cpp: 7,375; php: 931; ruby: 553; python: 356; ansic: 92; cobol: 37; makefile: 34; sql: 32; f90: 28; awk: 23; sh: 18; xml: 11
file content (50 lines) | stat: -rw-r--r-- 1,296 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
42
43
44
45
46
47
48
49
50
Source: universalindentgui
Section: devel
Priority: optional
Maintainer: Thomas Schweitzer <thomas-schweitzer@arcor.de>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 9), libqscintilla2-dev, libqt4-dev
Standards-Version: 3.9.3
Homepage: http://universalindent.sourceforge.net

Package: universalindentgui
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: astyle,
            bcpp,
            csstidy,
            hindent,
            indent,
            perltidy,
            tidy,
            uncrustify,
            xmlindent
Description: GUI frontend for several code beautifiers
 UniversalIndentGui is a GUI fontend for several code beautifiers, currently
 supporting:
  * Artistic Styler
  * BCPP
  * Cobol Beautify
  * CSSTidy
  * Fortran 90 PPR
  * GNU Indent
  * GreatCode
  * hindent
  * HTB
  * Javascript Decoder
  * JSPPP
  * Perl Tidy
  * PHP_Beautifier
  * PHP Code Beautifier
  * PHP Stylist
  * pindent
  * Ruby Beautify
  * Ruby Formatter
  * Shell Indent
  * (HTML) Tidy
  * Uncrustify
  * XML Indent
 .
 UniversalIndentGui allows you to tune a beautifier's configuration and see
 how the changes affects a source example live. It is especially useful to
 compare different C/C++ beautifiers when you have to choose one of them.