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
|
Source: quickflux
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake,
qdoc-qt5,
qtbase5-dev,
qtdeclarative5-dev,
qtdeclarative5-dev-tools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/benlau/quickflux
Vcs-Git: https://salsa.debian.org/ubports-team/quickflux.git
Vcs-Browser: https://salsa.debian.org/ubports-team/quickflux/
Package: qml-module-quickflux
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
qml-module-qtquick2,
Description: quickflux QML/QtQuick module
An implementation of Flux Application Architecture Framework from
Facebook. It turns your QML application into a more modern and
structured way.
.
This package contains the QML module for quickflux.
Package: quickflux-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: quickflux API documentation and examples
An implementation of Flux Application Architecture Framework from
Facebook. It turns your QML application into a more modern and
structured way.
.
This package contains the API documentation and some example projects.
|