summaryrefslogtreecommitdiff
path: root/dev-libs/libdex/metadata.xml
blob: c4d0c4669eb687acf90e0ba2071eda9699c48717 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <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>
  <origin>srcux</origin>
</pkgmetadata>