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

kross

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.

Installation

Install the latest version of kross as follows:

guix install kross

Or install a particular version:

guix install kross@5.114.0

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.