File: control

package info (click to toggle)
verdigris 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 800 kB
  • sloc: cpp: 10,659; ansic: 1,213; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: verdigris
Section: devel
Priority: optional
Maintainer: Debian Qt extras Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Olzhas Rakhimov <ol.rakhimov@gmail.com>
Build-Depends: debhelper (>= 11), qtbase5-private-dev (>= 5.5)
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt-extras/verdigris.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt-extras/verdigris
Homepage: https://github.com/woboq/verdigris

Package: verdigris
Architecture: any
Depends: ${misc:Depends}, qtbase5-dev (>= 5.5)
Description: Header-only Qt moc replacement
 Verdigris is a header-only library that can be used with Qt.
 It uses macros to create a QMetaObject
 that is binary compatible with Qt's own QMetaObject without requiring moc.
 In other words, you can use Verdigris macros in your Qt or QML application
 instead of some of the Qt macros and then you do not need to run moc.
 .
 Moreover, Verdigris supports templated and nested QObject classes.
 It needs a modern C++ compiler with C++14 relaxed constexpr.