mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
18 lines
648 B
XML
18 lines
648 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
cccc provides source code metrics (line counts, complexity,
|
|
object-oriented, and structural metrics) for Java, C, 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>
|