File: control

package info (click to toggle)
ruby-configurate 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: ruby: 992; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: ruby-configurate
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Vamsee Kanakala <vkanakala@gmail.com>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-rspec
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-configurate.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-configurate
Homepage: https://github.com/MrZYX/configurate
XS-Ruby-Versions: all

Package: ruby-configurate
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Flexible configuration system for Ruby
 Configurate for Ruby allows one to specify a chain of configuration
 providers which are queried in order until one of them returns a value.
 This allows scenarios like overiding settings one's default settings with
 a user configuration file and let those be overidden by environment variables.
 The query interface allows one to group and nest the configuration options
 to a pratically unlimited level.