File: control

package info (click to toggle)
cl-fftw3 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 116 kB
  • sloc: lisp: 904; makefile: 40; ansic: 6
file content (19 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cl-fftw3
Section: lisp
Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 11.0.0)
Standards-Version: 4.5.0.3
Homepage: http://files.kpe.io/cl-fftw3/
Vcs-Git: git://git.kpe.io/cl-fftw3.git
Vcs-Browser: http://git.kpe.io/?p=cl-fftw3.git

Package: cl-fftw3
Architecture: all
Depends: ${misc:Depends}, libfftw3-dev, cl-kmrcl, cl-cffi
Description: Common Lisp package for using the FFTW3 library
 This package provides an interface for Common Lisp programs to use
 the FFTW3 Fourier transform library. A number of higher-level interfaces
 has been added in addition to the native interface to the FFTW3
 C-based library.