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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: libdex
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-gio-2.0-dev,
gobject-introspection (>= 1.80),
libglib2.0-dev (>= 2.68),
libsysprof-capture-4-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa powerpc ppc64 sh4] <!pkg.libdex.nosysprof>,
liburing-dev [!i386],
meson (>= 0.62.0),
valac
Build-Depends-Indep: gi-docgen,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libdex
Vcs-Git: https://salsa.debian.org/gnome-team/libdex.git
Homepage: https://gitlab.gnome.org/GNOME/libdex
Package: libdex-1-1
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for deferred execution
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.
.
"Fibers" are implemented which allows for writing synchronous looking code
which calls asynchronous APIs from GIO underneath.
Package: libdex-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libdex-1-1 (= ${binary:Version}),
libglib2.0-dev (>= 2.68),
libsysprof-capture-4-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa powerpc ppc64 sh4] <!pkg.libdex.nosysprof>,
liburing-dev [!i386],
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Suggests: libdex-doc
Description: Library for deferred execution - development files
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.
.
"Fibers" are implemented which allows for writing synchronous looking code
which calls asynchronous APIs from GIO underneath.
.
This package contains the development files.
Package: libdex-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Library for deferred execution - documentation
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.
.
This package contains the API reference.
Package: gir1.2-dex-1
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends}, ${misc:Depends}
Description: GObject introspection data for libdex
This package contains GObject introspection information.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|