_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rust-actix-server-config 0.1.2
Channel: guix
Location: gnu/packages/crates-web.scm (gnu packages crates-web)
Home page: https://actix.rs
Licenses: Expat ASL 2.0
Synopsis: Actix server config utils
Description:

Actix server config utils.

perl-moox-file-configdir 0.008
Propagated dependencies: perl-file-configdir@0.021 perl-moo@1.007000 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-File-ConfigDir
Licenses: GPL 1+
Synopsis: Moo eXtension for @code{File::ConfigDir}
Description:

This module is a helper for easily finding configuration file locations. This information can be used to find a suitable place for installing configuration files or for finding any piece of settings.

perl-moox-configfromfile 0.008
Propagated dependencies: perl-config-any@0.32 perl-file-configdir@0.021 perl-file-find-rule@0.34 perl-hash-merge@0.302 perl-moo@1.007000 perl-moox-file-configdir@0.008 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-ConfigFromFile
Licenses: GPL 1+
Synopsis: Moo eXtension for initializing objects from config file
Description:

This module is intended to easily load initialization values for attributes on object construction from an appropriate config file. The building is done in MooX::ConfigFromFile::Role---using MooX::ConfigFromFile ensures that the role is applied.

python-zope.configuration 4.4.1
Propagated dependencies: python-setuptools@67.6.1 python-zope.i18nmessageid@5.0.1 python-zope.interface@5.4.0 python-zope.schema@6.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.configuration
Licenses: Zope Public License 2.1
Synopsis: Zope Configuration Markup Language (ZCML)
Description:

Extensible system for supporting various kinds of configurations.

python-zope-configuration 4.4.0
Propagated dependencies: python-zope-i18nmessageid@5.1.1 python-zope-interface@5.1.0 python-zope-schema@7.0.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.configuration/
Licenses: Zope Public License 2.1
Synopsis: Zope Configuration Markup Language
Description:

Zope.configuration implements ZCML, the Zope Configuration Markup Language.

rust-system-configuration 0.6.1
Channel: guix
Location: gnu/packages/crates-apple.scm (gnu packages crates-apple)
Home page: https://github.com/mullvad/system-configuration-rs
Licenses: Expat ASL 2.0
Synopsis: Bindings to SystemConfiguration framework for macOS
Description:

This package provides bindings to the SystemConfiguration framework for macOS.

rust-system-configuration 0.5.1
Channel: guix
Location: gnu/packages/crates-apple.scm (gnu packages crates-apple)
Home page: https://github.com/mullvad/system-configuration-rs
Licenses: Expat ASL 2.0
Synopsis: Bindings to SystemConfiguration framework for macOS
Description:

This package provides bindings to the SystemConfiguration framework for macOS.

rust-sequoia-policy-config 0.6.0
Dependencies: gmp@6.3.0 nettle@3.9.1
Channel: guix
Location: gnu/packages/sequoia.scm (gnu packages sequoia)
Home page: https://sequoia-pgp.org/
Licenses: LGPL 2.0+
Synopsis: Configure Sequoia using a configuration file
Description:

Configure Sequoia using a configuration file.

rust-sequoia-policy-config 0.7.0
Dependencies: gmp@6.3.0 nettle@3.9.1
Channel: guix
Location: gnu/packages/sequoia.scm (gnu packages sequoia)
Home page: https://sequoia-pgp.org/
Licenses: LGPL 2.0+
Synopsis: Configure Sequoia using a configuration file
Description:

Configure Sequoia using a configuration file.

ocaml5.0-dune-configurator 3.11.0
Propagated dependencies: ocaml5.0-csexp@1.5.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: Dune helper library for gathering system configuration
Description:

Dune-configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance. Among other things, dune-configurator allows one to:

  • test if a C program compiles

  • query pkg-config

  • import #define from OCaml header files

  • generate config.h file

ocaml4.09-dune-configurator 3.11.0
Propagated dependencies: ocaml4.09-csexp@1.5.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: Dune helper library for gathering system configuration
Description:

Dune-configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance. Among other things, dune-configurator allows one to:

  • test if a C program compiles

  • query pkg-config

  • import #define from OCaml header files

  • generate config.h file

python-pytest-fixture-config 1.7.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/manahl/pytest-plugins
Licenses: Expat
Synopsis: Fixture configuration utils for py.test
Description:

This package provides fixture configuration utilities for the py.test testing framework.

python-django-configurations 2.4.1
Propagated dependencies: python-django@4.2.16
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-configurations.readthedocs.io/
Licenses: Modified BSD
Synopsis: Helper module for organizing Django settings
Description:

django-configurations helps you organize the configuration of your Django project by providing glue code to bridge between Django'smodule based settings system and programming patterns like mixins, facades, factories and adapters that are useful for non-trivial configuration scenarios.

node-configurable-http-proxy 4.2.0
Dependencies: node-commander@4.0.1 node-http-proxy@1.18.0 node-lynx@0.2.1 node-strftime@0.10.0 node-winston@3.2.1
Channel: gn-bioinformatics
Location: gn/packages/node.scm (gn packages node)
Home page: https://github.com/jupyterhub/configurable-http-proxy
Licenses: Modified BSD
Synopsis: Configurable-on-the-fly HTTP Proxy
Description:

configurable-http-proxy (CHP) provides you with a way to update and manage a proxy table using a command line interface or REST API. It is a simple wrapper around node-http-proxy. node-http-proxy is an HTTP programmable proxying library that supports websockets and is suitable for implementing components such as reverse proxies and load balancers. By wrapping node-http-proxy, configurable-http-proxy extends this functionality to JupyterHub deployments.

node-configurable-http-proxy 3.1.1
Dependencies: node-commander@4.0.1 node-http-proxy@1.18.0 node-lynx@0.2.1 node-strftime@0.10.0 node-winston@2.4.4
Channel: gn-bioinformatics
Location: gn/packages/node.scm (gn packages node)
Home page: https://github.com/jupyterhub/configurable-http-proxy
Licenses: Modified BSD
Synopsis: Configurable-on-the-fly HTTP Proxy
Description:

configurable-http-proxy (CHP) provides you with a way to update and manage a proxy table using a command line interface or REST API. It is a simple wrapper around node-http-proxy. node-http-proxy is an HTTP programmable proxying library that supports websockets and is suitable for implementing components such as reverse proxies and load balancers. By wrapping node-http-proxy, configurable-http-proxy extends this functionality to JupyterHub deployments.

rust-system-configuration-sys 0.5.0
Channel: guix
Location: gnu/packages/crates-apple.scm (gnu packages crates-apple)
Home page: https://github.com/mullvad/system-configuration-rs
Licenses: Expat ASL 2.0
Synopsis: Low level bindings to SystemConfiguration framework for macOS
Description:

Low level bindings to SystemConfiguration framework for macOS.

rust-system-configuration-sys 0.6.0
Channel: guix
Location: gnu/packages/crates-apple.scm (gnu packages crates-apple)
Home page: https://github.com/mullvad/system-configuration-rs
Licenses: Expat ASL 2.0
Synopsis: Low level bindings to SystemConfiguration framework for macOS
Description:

Low level bindings to SystemConfiguration framework for macOS.

node-humanwhocodes-config-array 0.9.5
Dependencies: node-minimatch@3.1.2 node-debug@4.3.4 node-humanwhocodes-object-schema@1.2.1
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/humanwhocodes/config-array#readme
Licenses: ASL 2.0
Synopsis: Glob-based configuration matching.
Description:

Glob-based configuration matching.

julia-xorg-xkeyboard-config-jll 2.27.0+3
Dependencies: xkeyboard-config@2.38
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xkbcomp-jll@1.4.2+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xkeyboard_config_jll.jl
Licenses: Expat
Synopsis: Xkeyboard-config library wrappers
Description:

This package provides a wrapper for the xkeyboard-config library.

go-golang-org-x-telemetry-config 0.36.0
Channel: guix
Location: gnu/packages/golang-build.scm (gnu packages golang-build)
Home page: https://golang.org/x/telemetry
Licenses: Modified BSD
Synopsis: Subset of telemetry data for Golang telemetry
Description:

The config package holds the config.json file defining the Go telemetry upload configuration and contains no actual Go code, and exists only so the config.json file can be served by module proxies.

An upload configuration specifies the set of values that are permitted in telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.

rust-wasmtime-wasi-runtime-config 24.0.0
Channel: lauras-channel
Location: laura/packages/rust-common.scm (laura packages rust-common)
Home page: https://github.com/bytecodealliance/wasmtime
Licenses: ASL 2.0
Synopsis: Wasmtime implementation of the wasi-runtime-config API
Description:

This package provides Wasmtime implementation of the wasi-runtime-config API.

perl-catalyst-plugin-configloader 0.35
Propagated dependencies: perl-catalyst-runtime@5.90124 perl-config-any@0.32 perl-data-visitor@0.30 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-Plugin-ConfigLoader
Licenses: GPL 1+
Synopsis: Load config files of various types
Description:

This module will attempt to load find and load configuration files of various types. Currently it supports YAML, JSON, XML, INI and Perl formats.

python-zope-configuration-bootstrap 4.4.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.configuration/
Licenses: Zope Public License 2.1
Synopsis: Zope Configuration Markup Language
Description:

Zope.configuration implements ZCML, the Zope Configuration Markup Language.

go-github-com-kevinburke-ssh-config 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/kevinburke/ssh_config/
Licenses: Expat
Synopsis: Parser for @file{ssh_config} files
Description:

This is a Go parser for ssh_config files. Importantly, this parser attempts to preserve comments in a given file, so you can manipulate a ssh_config file from a program.

Page: 123456
Total results: 121