summaryrefslogtreecommitdiff
blob: fbede6cc7a32954d347a1f63d4e54a859a3e9340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>nerdboy@gentoo.org</email>
	</maintainer>
	<longdescription lang="en">
		cccc provides source code metrics (line counts, complexity,
		object-oriented, and structural metrics) for Java and C++
	</longdescription>
	<upstream>
		<remote-id type="github">sarnold/cccc</remote-id>
		<bugs-to>https://github.com/sarnold/cccc/issues</bugs-to>
	</upstream>
	<use>
		<flag name="apidoc">Build software docs with doxygen/graphviz and metrics with cccc</flag>
		<flag name="mfc">Add patch for MFC dialect options</flag>
	</use>
</pkgmetadata>