File: control

package info (click to toggle)
cpplint 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,356 kB
  • sloc: cpp: 13,681; python: 10,095; ansic: 854; sh: 30; makefile: 18
file content (28 lines) | stat: -rw-r--r-- 824 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
Source: cpplint
Section: devel
Priority: optional
Maintainer: Wolfgang Silbermayr <wolfgang@silbermayr.at>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3-all,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-runner,
 python3-pytest-timeout <!nocheck>,
 python3-testfixtures <!nocheck>,
 help2man,
Standards-Version: 4.7.2
Homepage: https://github.com/cpplint/cpplint
Vcs-Browser: https://salsa.debian.org/debian/cpplint
Vcs-Git: https://salsa.debian.org/debian/cpplint.git
Testsuite: autopkgtest-pkg-pybuild

Package: cpplint
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Static code checker for C++
 Command-line tool to check C/C++ files for style issues following
 Google's C++ style guide.