mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 14:17:27 -08:00
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34834 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnome@gentoo.org</email>
|
|
<name>Gentoo GNOME Desktop</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Dex is a library supporting "Deferred Execution" with the explicit
|
|
goal of integrating with GNOME and GTK-based applications.
|
|
It provides primatives for supporting futures in a variety of ways
|
|
with both read-only and writable views. Additionally, integration
|
|
with existing asynchronous-based APIs is provided through the use
|
|
of wrapper promises.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="gnome-gitlab">GNOME/libdex</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="eventfd">Allow use of eventfd</flag>
|
|
<flag name="liburing">Allow use of liburing (io_uring)<pkg>sys-libs/liburing</pkg></flag>
|
|
<flag name="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|