Source: cccc
Section: devel
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Standards-Version: 4.2.1
Build-Depends:
 debhelper-compat (= 13),
 pccts,
Homepage: https://github.com/sarnold/cccc
Vcs-Git: https://salsa.debian.org/debian/cccc.git
Vcs-Browser: https://salsa.debian.org/debian/cccc
Rules-Requires-Root: no
X-Style: black

Package: cccc
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: C and C++ Code Counter, a software metrics tool
 CCCC analyses and reports measurements of source code in C, C++, and Java.
 The metrics supported include lines of code, McCabe's Cyclomatic
 Complexity, and measures of module fan-out/fan-in.
