Source: ruby-dry-configurable
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb (>= 1),
               ruby-concurrent,
               ruby-dry-core (>= 1.0),
               ruby-rspec,
               ruby-warning,
               ruby-zeitwerk
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-dry-configurable.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-dry-configurable
Homepage: https://github.com/dry-rb/dry-configurable
Testsuite: autopkgtest-pkg-ruby

Package: ruby-dry-configurable
Architecture: all
Description: Simple mixin to make Ruby classes configurable
 dry-configurable is a simple mixin to add thread-safe configuration
 behaviour to your classes. There are many libraries that make use of
 configuration, and each seemed to have their own implementation with
 a similar or duplicate interface, so it was strange that
 this behaviour had not already been encapsulated into a reusable gem,
 hence dry-configurable was born.
