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 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: ruby-benchmark-suite
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>
Build-Depends:
debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
ruby-benchmark-ips
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-benchmark-suite.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-benchmark-suite.git;a=summary
Homepage: http://github.com/evanphx/benchmark_suite
XS-Ruby-Versions: all
Package: ruby-benchmark-suite
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter,
ruby-benchmark-ips
Suggests:
ruby-benchmark-suite-doc
Description: enhancements to the standard library benchmark.rb
This package contains a command line tool for running multiple benchmarks
against multiple rubies.
.
It is also uses benchmark/ips to report iterations per second.
Package: ruby-benchmark-suite-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
libjs-jquery
Suggests:
ruby-benchmark-suite
Description: enhancements to the standard library benchmark.rb (documentation)
This package contains a command line tool for running multiple benchmarks
against multiple rubies.
.
It is also uses benchmark/ips to report iterations per second.
.
This package contains the html documentation for ruby-benchmark-suite.
|