File: control

package info (click to toggle)
ruby-integration 0.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: ruby: 320; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: ruby-integration
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake, ruby-gsl
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-integration.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-integration.git;a=summary
Homepage: http://github.com/clbustos/integration
XS-Ruby-Versions: all

Package: ruby-integration
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Recommends: ruby-gsl
Description: Numerical integration for Ruby, with a simple interface
 This library offers numerical integration for Ruby, with a simple
 interface. The rectangular, trapezoidal, Simpson, adaptive
 quadrature, Monte Carlo and Romberg integration methods are available
 in pure Ruby. Better performance and support for infinite bounds can be
 obtained via Ruby/GSL (from the ruby-gsl package).