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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: qtwebchannel-opensource-src
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Clark <sgclark@kubuntu.org>,
Sandro Knauß <hefee@debian.org>,
Simon Quigley <tsimonq2@ubuntu.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
libqt5websockets5-dev (>= 5.7.1~20161021~),
pkg-kde-tools,
qml-module-qttest (>= 5.7.1~20161021~),
qtbase5-dev (>= 5.7.1~20161021~),
qtbase5-private-dev (>= 5.7.1~20161021~),
qtchooser,
qtdeclarative5-private-dev (>= 5.7.1~20161021~)
Build-Depends-Indep: libqt5sql5-sqlite (>= 5.7.1~20161021~),
qttools5-dev-tools (>= 5.7.1~20161021~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/qt/qtwebchannel.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtwebchannel.git
Homepage: https://doc.qt.io/qt-5/qtwebchannel-index.html
Package: qtwebchannel5-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Web communication library for Qt - Documentation
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the documentation for QtWebChannel.
Package: qtwebchannel5-doc-html
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Web communication library for Qt - HTML Documentation
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the HTML documentation for QtWebChannel.
Package: libqt5webchannel5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libqt5webchannel5 (= ${binary:Version}),
qtbase5-dev,
qtdeclarative5-dev,
${misc:Depends}
Description: Web communication library for Qt - development files
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the development files needed to build Qt 5 applications
using the QtWebChannel library.
Package: qtwebchannel5-examples
Architecture: any
Multi-Arch: same
Depends: libqt5webchannel5 (= ${binary:Version}),
nodejs [!armel !powerpc],
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt - Examples
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the examples for Qt's WebChannel submodule.
Package: libqt5webchannel5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the QtWebChannel libraries.
Package: qml-module-qtwebchannel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Web communication library for Qt - QML module
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the WebChannel QML module for QtDeclarative.
|