File: control

package info (click to toggle)
kwstyle 1.0.1%2Bgit3224cf2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 45,404 kB
  • ctags: 145,645
  • sloc: cpp: 423,059; ansic: 9,347; xml: 588; sh: 102; php: 87; perl: 35; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 853 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
Source: kwstyle
Maintainer: Benjamin Eikel <debian@eikel.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/kwstyle.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/kwstyle.git
Homepage: https://kitware.github.io/KWStyle/

Package: kwstyle
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Style checker for source code
 KWStyle is integrated in the software process to ensure that the code written
 by several users is consistent and can be viewed/printed as it was written by
 one person.
 .
 KWStyle is primarily checking C/C++ source code but can be easily extended to
 other languages. It assumes that the code is syntactically correct, i.e., it 
 compiles on a standard compiler.