This package browser is in early development. Mind the rough edges.

qtscxml 5.15.17

Qt SCXML module

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.

Installation

Install qtscxml 5.15.17 as follows:

guix install qtscxml@5.15.17

Or install the latest version:

guix install qtscxml

The qtscxml package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install qtscxml:debug

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.