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
|
Source: threadweaver
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.16~),
doxygen,
extra-cmake-modules (>= 5.116.0~),
libqt5sql5-sqlite:native,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.15.2~),
qttools5-dev,
qttools5-dev-tools,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/threadweaver
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/threadweaver
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/threadweaver.git
Rules-Requires-Root: no
Package: libkf5threadweaver-dev
Section: libdevel
Architecture: any
Depends: libkf5threadweaver5 (= ${binary:Version}),
qtbase5-dev (>= 5.15.2~),
${misc:Depends},
Breaks: libkf5kdelibs4support-dev (<< 5.54),
Recommends: libkf5threadweaver-doc (= ${source:Version}),
Description: ThreadWeaver library to help multithreaded programming in Qt
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
ThreadWeaver will work out the most efficient way of dividing the work between
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
.
This package contains the development files.
Package: libkf5threadweaver-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: ThreadWeaver library to help multithreaded programming in Qt
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
ThreadWeaver will work out the most efficient way of dividing the work between
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
.
This package contains the qch documentation files.
Section: doc
Package: libkf5threadweaver5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Breaks: libkf5runner5 (<< 5.54),
Description: ThreadWeaver library to help multithreaded programming in Qt
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
ThreadWeaver will work out the most efficient way of dividing the work between
threads within a set of resource limits.
.
This package is part of KDE Frameworks 5.
|