_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-configparser 4.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/configparser/
Licenses: Expat
Synopsis: Backport of configparser from python 3.5
Description:

python-configparser is a backport of configparser from Python 3.5 so that it can be used directly in other versions.

perl-file-configdir 0.021
Propagated dependencies: perl-file-homedir@1.004 perl-list-moreutils@0.430 perl-test-without-module@0.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ConfigDir
Licenses: GPL 1+
Synopsis: Get directories of configuration files
Description:

This module is a helper for installing, reading and finding configuration file locations. File::ConfigDir is a module to help out when Perl modules (especially applications) need to read and store configuration files from more than one location.

ecl-py-configparser 1.0.3
Dependencies: ecl-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Synopsis: ConfigParser Python module functionality for Common Lisp
Description:

The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.

perl-config-general 2.63
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-General
Licenses: GPL 1+
Synopsis: Generic Config Module
Description:

This module opens a config file and parses its contents for you. The format of config files supported by Config::General is inspired by the well known Apache config format and is 100% compatible with Apache configs, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments, and multiline options.

emacs-modular-config 20210726.1614
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/SidharthArya/modular-config.el
Licenses:
Synopsis: Organize your config into small and loadable modules
Description:

Documentation at https://melpa.org/#/modular-config

rust-nu-color-config 0.101.0
Channel: guix
Location: gnu/packages/crates-shell.scm (gnu packages crates-shell)
Home page: https://github.com/nushell/nushell/tree/main/crates/nu-color-config
Licenses: Expat
Synopsis: Color configuration code used by Nushell
Description:

This package contains color configuration code used by Nushell.

perl-config-autoconf 0.317
Propagated dependencies: perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-AutoConf
Licenses: GPL 1+
Synopsis: Module to implement some AutoConf macros in Perl
Description:

Config::AutoConf is intended to provide the same opportunities to Perl developers as GNU Autoconf does for Shell developers.

julia-configurations 0.16.4
Propagated dependencies: julia-crayons@4.1.1 julia-expronicon@0.6.10 julia-orderedcollections@1.4.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://configurations.rogerluo.dev/stable/
Licenses: Expat
Synopsis: Tools for options and configurations in Julia
Description:

Configurations.jl provides a macro @option to let you define structs to represent options/configurations, and serialize between different option/configuration file formats such as TOML.

perl-config-inifiles 3.000002
Propagated dependencies: perl-module-build@0.4231 perl-io-stringy@2.111
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/Config::IniFiles
Licenses: GPL 1+
Synopsis: Package for configuration files outside your Perl script
Description:

This package provides a way to have readable configuration files outside your Perl script. Configurations can be imported, sections can be grouped, and settings can be accessed from a tied hash.

perl-extutils-config 0.008
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-Config
Licenses: GPL 1+
Synopsis: Wrapper for perl's configuration
Description:

ExtUtils::Config is an abstraction around the %Config hash. By itself it is not a particularly interesting module by any measure, however it ties together a family of modern toolchain modules.

sbcl-py-configparser 1.0.3
Dependencies: sbcl-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Synopsis: ConfigParser Python module functionality for Common Lisp
Description:

The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.

pkg-config-for-build 0
Dependencies: bash-minimal@5.1.16 pkg-config@0.29.2
Channel: guix
Location: gnu/packages/pkg-config.scm (gnu packages pkg-config)
Home page: https://www.freedesktop.org/wiki/Software/pkg-config
Licenses: GPL 2+
Synopsis: Helper tool used when compiling applications and libraries
Description:

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.

emacs-ssh-config-mode 20250101.820
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/peterhoeg/ssh-config-mode-el
Licenses:
Synopsis: Mode for fontification of ~/.ssh/config
Description:

Documentation at https://melpa.org/#/ssh-config-mode

python-configshell-fb 1.1.30
Propagated dependencies: python-pyparsing@3.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/open-iscsi/configshell-fb
Licenses: ASL 2.0
Synopsis: Framework to implement simple but nice CLIs
Description:

This package provides a framework to implement simple but nice CLIs.

rust-gix-config-value 0.14.6
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: crate of the gitoxide project providing git-config value parsing
Description:

This package provides a crate of the gitoxide project providing git-config value parsing.

emacs-ssh-config-mode 8.0-2.d0596f5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jhgorrell/ssh-config-mode-el
Licenses: GPL 3+
Synopsis: Mode for fontification of ~/.ssh/config
Description:

This package fontifies the ssh config keywords and creates keybindings for skipping from host section to host section.

python-configargparse 1.7
Propagated dependencies: python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bw2/ConfigArgParse
Licenses: Expat
Synopsis: Replacement for argparse
Description:

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.

rust-gix-config-value 0.14.10
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/Byron/gitoxide
Licenses: Expat ASL 2.0
Synopsis: This crate implements @code{git-config} value parsing
Description:

This package is a crate for git-config value parsing. Part of Gitoxide a Rust implementation of Git.

system-config-printer 1.5.16
Dependencies: gsettings-desktop-schemas@46.1 gobject-introspection@1.82.0 python@3.11.11 cups@2.4.9 gtk+@3.24.43 python-dbus@1.2.18 python-pygobject@3.50.0 python-pycups@2.0.1 python-requests@2.31.0 python-pycairo@1.26.0 libnotify@0.8.3 packagekit@1.2.5
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://github.com/zdohnal/system-config-printer
Licenses: GPL 2+
Synopsis: CUPS administration tool
Description:

system-config-printer is a CUPS administration tool. It's written in Python using GTK+, and uses the IPP when configuring CUPS.

clasp-py-configparser 1.0.3
Dependencies: clasp-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Synopsis: ConfigParser Python module functionality for Common Lisp
Description:

The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.

rust-pyo3-build-config 0.14.5
Channel: gn-bioinformatics
Location: gn/packages/crates-io.scm (gn packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: ASL 2.0
Synopsis: Build configuration for the PyO3 ecosystem
Description:

Build configuration for the PyO3 ecosystem

emacs-i3wm-config-mode 20220913.1121
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/i3wm-Config-Mode
Licenses:
Synopsis: Better syntax highlighting for i3wm's config file
Description:

Documentation at https://melpa.org/#/i3wm-config-mode

rust-pyo3-build-config 0.23.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: Expat ASL 2.0
Synopsis: Build configuration for PyO3
Description:

This package provides Build configuration for the PyO3 ecosystem.

rust-pyo3-build-config 0.22.6
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/pyo3/pyo3
Licenses: Expat ASL 2.0
Synopsis: Build configuration for PyO3
Description:

This package provides Build configuration for the PyO3 ecosystem.

Page: 123456
Total results: 132