summaryrefslogtreecommitdiff
path: root/dev-util/kcov/metadata.xml
blob: 57ed594141766552dd1243da52b2a32b39ebe57c (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>beatussum@protonmail.com</email>
		<name>Mattéo Rossillol‑‑Laruelle</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		<pkg>dev-util/kcov</pkg> is a FreeBSD/Linux/Mac OS code coverage
		tester for compiled languages, Python and Bash.
		<pkg>dev-util/kcov</pkg> was originally a fork of Bcov, but has
		since evolved to support a large feature set in addition to that
		of Bcov.

		<pkg>dev-util/kcov</pkg>, like Bcov, uses DWARF debugging
		information for compiled programs to make it possible to collect
		coverage information without special compiler switches.
	</longdescription>
	<longdescription lang="fr">
		<pkg>dev-util/kcov</pkg> est un testeur de couverture de code
		FreeBSD/Linux/Mac OS pour des langages compilés, Python et Bash.
		<pkg>dev-util/kcov</pkg> est, à l'origine, un fork de Bcov, mais
		a depuis évolué de manière à supporter un vaste nombre de
		fonctionnalités en addition de celle Bcov.

		<pkg>dev-util/kcov</pkg>, comme Bcov, utilise les informations
		de débogage DWARF pour les langages compilés afin de permettre
		la collecte d'information de couverture sans variations d'un
		compilateur à l'autre.
	</longdescription>
	<use>
		<flag name="binutils">Use <pkg>sys-libs/binutils-libs</pkg> for `--verify` support</flag>
	</use>
	<use lang="fr">
		<flag name="binutils">Utiliser <pkg>sys-libs/binutils-libs</pkg> pour le support de `--verify`</flag>
	</use>
	<upstream>
		<maintainer status="active">
			<name>Simon Kågström</name>
			<email>simon.kagstrom@gmail.com</email>
		</maintainer>
		<changelog>https://raw.githubusercontent.com/SimonKagstrom/kcov/master/ChangeLog</changelog>
		<bugs-to>https://github.com/SimonKagstrom/kcov/issues/</bugs-to>
		<remote-id type="github">SimonKagstrom/kcov</remote-id>
	</upstream>
</pkgmetadata>