summaryrefslogtreecommitdiff
path: root/dev-cpp/benchmark/metadata.xml
blob: 0f523bea993767d537cbe38b907b3cb812e26417 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<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>
	<use>
		<flag name="exceptions">Enable the use of exceptions in the benchmark library</flag>
		<flag name="libcxx">Use <pkg>sys-libs/libcxx</pkg> instead of libstdc++ as the default stdlib</flag>
		<flag name="libpfm">Enable <pkg>dev-libs/libpfm</pkg> support</flag>
		<flag name="tools">Install some additional Python tools</flag>
	</use>
	<use lang="fr">
		<flag name="exceptions">Utiliser les exceptions inclues dans la bibliothèque</flag>
		<flag name="libcxx">Utiliser <pkg>sys-libs/libcxx</pkg> à la place de libstdc++ comme bibliothèque standard</flag>
		<flag name="libpfm">Activer le support de <pkg>dev-libs/libpfm</pkg></flag>
		<flag name="tools">Installer des outils Python additionnels</flag>
	</use>
	<upstream>
		<maintainer status="active">
			<name>Google</name>
			<email>opensource@google.com</email>
		</maintainer>
		<bugs-to>https://github.com/google/benchmark/issues/</bugs-to>
		<doc>https://github.com/google/benchmark/tree/master/docs/</doc>
		<remote-id type="github">google/benchmark</remote-id>
	</upstream>
</pkgmetadata>