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

kconfig

Kconfiguration settings framework for Qt

KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.

KConfigCore provides access to the configuration files themselves. It features:

  1. Code generation: describe your configuration in an XML file, and use `kconfig_compiler to generate classes that read and write configuration entries.

  2. Cascading configuration files (global settings overridden by local settings).

  3. Optional shell expansion support (see docs/options.md).

  4. The ability to lock down configuration options (see docs/options.md).

KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files.

Installation

Install the latest version of kconfig as follows:

guix install kconfig

Or install a particular version:

guix install kconfig@5.116.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.

Badge code

You can use the following badge to inform users of kconfig about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/kconfig'><img src='https://packages.guix.gnu.org/packages/kconfig/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kconfig/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kconfig)

Example Org:

[[https://packages.guix.gnu.org/packages/kconfig][https://packages.guix.gnu.org/packages/kconfig/badges/latest-version.svg]]