_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-config-grammar 1.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-Grammar
Licenses: GPL 1+
Build system: perl
Synopsis: Grammar-based config parser
Description:

Config::Grammar is a module to parse configuration files. The configuration may consist of multiple-level sections with assignments and tabular data.

python-configparser 7.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/configparser/
Licenses: Expat
Build system: pyproject
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+
Build system: perl
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.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Build system: asdf/ecl
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+
Build system: perl
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:
Build system: melpa
Synopsis: Organize your config into small and loadable modules
Description:

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

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+
Build system: perl
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.

python2-configparser 3.5.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/configparser/
Licenses: Expat
Build system: python-legacy
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.

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
Build system: julia
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+
Build system: perl
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+
Build system: perl
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.

python-configupdater 3.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pyscaffold/configupdater
Licenses: Expat
Build system: pyproject
Synopsis: Parser like ConfigParser but for updating configuration files
Description:

ConfigUpdater is a Python library for updating INI configuration files while preserving the original file's formatting, structure, and comments. Unlike Python's standard ConfigParser, ConfigUpdater maintains minimal, targeted changes--keeping comments, section ordering, key-value pair ordering, and original casing intact.

sbcl-py-configparser 1.0.3
Dependencies: sbcl-parse-number@1.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Build system: asdf/sbcl
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.

chicken6-chibi-config 0.1.1
Channel: ziltis-guixchannel
Location: zilti/packages/chicken6.scm (zilti packages chicken6)
Home page: https://wiki.call-cc.org/eggref/6/chibi-config
Licenses: FreeBSD
Build system: chicken
Synopsis: Chibi Scheme's config library
Description:

Chibi Scheme's config library

emacs-ssh-config-mode 20260108.2149
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/peterhoeg/ssh-config-mode-el
Licenses:
Build system: melpa
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.3
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
Build system: pyproject
Synopsis: Framework to implement simple but nice CLIs
Description:

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

python-configargparse 1.7
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bw2/ConfigArgParse
Licenses: Expat
Build system: pyproject
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.

emacs-ssh-config-mode 9.7
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+
Build system: emacs
Synopsis: Mode for fontification of @file{~/.ssh/config}
Description:

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

system-config-printer 1.5.16
Dependencies: gsettings-desktop-schemas@48.0 gobject-introspection@1.86.0 python@3.11.14 cups@2.4.14 gtk+@3.24.51 python-dbus@1.2.18 python-pygobject@3.54.3 python-pycups@2.0.4 python-requests@2.32.5 python-pycairo@1.28.0 libnotify@0.8.8 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+
Build system: glib-or-gtk
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.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Build system: asdf/clasp
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.

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:
Build system: melpa
Synopsis: Better syntax highlighting for i3wm's config file
Description:

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

configurable-http-proxy 4.5.3
Dependencies: node-winston@3.8.2 node-strftime@0.10.1 node-prom-client@14.1.0 node-http-proxy@1.18.1 node-commander@7.2.0
Channel: guix-science
Location: guix-science/packages/jupyter-node.scm (guix-science packages jupyter-node)
Home page: https://github.com/jupyterhub/configurable-http-proxy#readme
Licenses: Modified BSD
Build system: node
Synopsis: A configurable-on-the-fly HTTP Proxy
Description:

A configurable-on-the-fly HTTP Proxy

node-postcss-load-config 3.1.4
Dependencies: node-lilconfig@2.1.0 node-yaml@1.10.3 node-ts-node@10.9.2 node-postcss@8.5.8
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/postcss/postcss-load-config#readme
Licenses: Expat
Build system: node
Synopsis: Autoload Config for PostCSS
Description:

Autoload Config for PostCSS

node-eslint-config-turbo 0.0.7
Dependencies: node-eslint-plugin-turbo@0.0.7 node-eslint@10.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/vercel/turbo#readme
Licenses: MPL 2.0
Build system: node
Synopsis: ESLint config for Turborepo
Description:

ESLint config for Turborepo

Page: 12345
Total packages: 99