Source: ruby-feature Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Andrew Lee (李健秋) Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-coveralls, ruby-fakeredis, ruby-rspec, ruby-timecop Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-feature.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-feature Homepage: http://github.com/mgsnova/feature Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-feature Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Feature Toggle library for ruby The feature toggle functionality has to be configured by feature repositories. A feature repository simply provides lists of active features (symbols!). Unknown features are assumed inactive. . With this approach Feature is highly configurable and not bound to a specific kind of configuration.