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
  
     | 
    
      Source: ruby-fftw3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               libfftw3-dev,
               ruby-narray (>= 0.6.0.1-3~)
Standards-Version: 4.4.1
Homepage: http://ruby.gfd-dennou.org/products/ruby-fftw3/
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fftw3.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fftw3
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-fftw3
Architecture: any
Depends: ruby-narray,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby interface to the FFTW Ver.3 library
 Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
 Features:
   - Use NArray, which is an efficient multi-dimensional numeric array
     class for Ruby
   - Multi-dimensional complex FFT.(Real data are coerced to complex)
   - Supports both double and single float transforms.
   - Not normalized as in FFTW
 
     |