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 29 30 31 32
|
Source: ruby-feature
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>
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.
|