The `config.guess' script tries to guess a canonical system triple, and `config.sub' validates and canonicalizes. These are used as part of configuration in nearly all GNU packages (and many others).
This package lets you manage configuration values across multiple environments (e.g. development, test, production). It reads values using a function that determines the current environment and returns the appropriate value.
wf-config
is wayfire's native configuration backend.
The package provides a library for managing the configuration files of Wayifre. It can set key and mouse bindings, configure input, and customize Wayfire plugins.
This package implements the JSON, INI, YAML and TOML parser for R setting and writing of configuration file. The functionality of this package is similar to that of package config'.
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance.
This package provides Layered configuration system for Rust applications.
This package provides a layered configuration system for Rust applications.
This package provides a layered configuration system for Rust applications.
This package provides a layered configuration system for Rust applications.
This package provides a layered configuration system for Rust applications.
lxqt-config is providing several tools involved in the configuration of both LXQt and the underlying operating system.
R functions for criterion profile analysis, Davison and Davenport (2002) <doi:10.1037/1082-989X.7.4.468> and meta-analytic criterion profile analysis, Wiernik, Wilmot, Davison, and Ones (2020) <doi:10.1037/met0000305>. Sensitivity analyses to aid in interpreting criterion profile analysis results are also included.
Guile Config is a library providing a declarative approach to application configuration specification. The library provides clean configuration declaration forms, and processors that take care of: configuration file creation; configuration file parsing; command-line parameter parsing using getopt-long; basic GNU command-line parameter generation (--help, --usage, --version); automatic output generation for the above command-line parameters.
This library provides support modules for NQP and Rakudo Configure.pl
scripts.
This package provides tools to sync KDE settings to GTK applications.
Enhances the ini package by adding the ability to interpolate variables. The INI configuration file is read into an R6 ConfigParser
object (loosely inspired by Pythons ConfigParser
module) and the keys can be read, where %(....)s instances are interpolated by other included options or outside variables.
The config-ini
Haskell library exports some simple monadic functions to ease the parsing of .ini
-style configuration files, and to write and update them in an efficient diff-minimal way. This means that if you parse a file, update a single field, and reserialize, that file should differ only in the field we changed and that's it: field order, comments, and incidental whitespace will remain unchanged. The library aims to produce human-readable error messages when things go wrong.
None.
Tux Paint Config is a graphical configuration editor for Tux Paint.
This library provides a convenient way to represent/parse configuration from different sources.
This package provides an interactive setup for zsh preconfigured by the Grml project.
This package provides a git-config file parser and editor from the gitoxide project.
Config::INI
is a module that facilates the reading and writing of .ini
-style configuration files.