Source: kwstyle
Maintainer: 何庆 Ching He <heqing@rool.me>
Section: devel
Build-Depends:
               debhelper-compat (= 13),
               cmake,
               libboost-dev
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/debian/kwstyle
Vcs-Git: https://salsa.debian.org/debian/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.
