Files
gentoo/dev-cpp/tbb/metadata.xml
Filip Kobierski c2a3266134 dev-cpp/tbb: metadata: update remote-id, add bugs-to & doc
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/39781
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2024-12-19 16:09:48 +01:00

21 lines
857 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The Intel Threading Building Blocks is a library that helps you
leverage multi-core processor performance without having to be a
threading expert. It represents a higher-level, task-based
parallelism that abstracts platform details and threading mechanism
for performance and scalability.
</longdescription>
<upstream>
<bugs-to>https://github.com/uxlfoundation/oneTBB/issues</bugs-to>
<doc>https://github.com/uxlfoundation/oneTBB?tab=readme-ov-file#documentation</doc>
<remote-id type="github">uxlfoundation/oneTBB</remote-id>
</upstream>
</pkgmetadata>