kross 5.98.0
KDE Frameworks 5 solution for application scripting
Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend.
Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts.
- Website: https://community.kde.org/Frameworks
- Licenses: GPL 3+ · LGPL 2.0 · LGPL 2.0+ · LGPL 2.1+
- Package source: gnu/packages/kde-frameworks.scm
- Builds: See build status
- Issues: See known issues
Installation
Install kross 5.98.0
as follows:
guix install kross@5.98.0
Or install the latest version:
guix install kross
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.