Source: qt6-scxml
Section: libs
Priority: optional
Uploaders: Patrick Franz <deltaone@debian.org>, Lu YaNing <dluyaning@gmail.com>
Build-Depends: cmake (>= 3.18~),
               debhelper-compat (= 13),
               libgl-dev,
               libssl-dev,
               libvulkan-dev [linux-any],
               ninja-build,
               pkg-config,
               pkg-kde-tools,
               qt6-base-dev (>= 6.2.2+dfsg~),
               qt6-declarative-dev (>= 6.2.2+dfsg~),
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.6.0
Homepage: https://www.qt.io/developers/
Rules-Requires-Root: no
Vcs-Git: https://invent.kde.org/neon/qt6/qt6-scxml.git
Vcs-Browser: https://invent.kde.org/neon/qt6/qt6-scxml
Maintainer: Neon CI <neon@kde.org>

Package: qt6-scxml
Architecture: any
Section: kde
Provides: libqt6scxml6,
          libqt6scxml6-bin,
          libqt6scxmlqml6,
          libqt6statemachine6,
          libqt6statemachineqml6,
          qml6-module-qtqml-statemachine,
          qml6-module-qtscxml
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 SCXML library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt SCXML module provides functionality to create state
 machines from SCXML files. This includes both dynamically
 creating state machines (loading the SCXML file and instantiating
 states and transitions) and generating a C++ file that has a class
 implementing the state machine. It also contains functionality
 to support data models and executable content.
 .
 This package contains the library for Qt 6 SCXML.

Package: qt6-scxml-dev
Architecture: any
Section: kde
Provides: qt6-scxml-dev
Depends: qt6-base-dev, qt6-scxml (= ${binary:Version}), ${misc:Depends}
Description: Qt 6 SCXML - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt SCXML module provides functionality to create state
 machines from SCXML files. This includes both dynamically
 creating state machines (loading the SCXML file and instantiating
 states and transitions) and generating a C++ file that has a class
 implementing the state machine. It also contains functionality
 to support data models and executable content.
 .
 This package contains the development files for Qt 6 SCXML.
