c52f39c50f745cb868e1c8ec8a31dba8ec60c13c
[cl-fftw3.git] / debian / control
1 Source: cl-fftw3
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>= 7.0.0)
7 Standards-Version: 3.8.2.0
8 Homepage: http://files.b9.com/cl-fftw3/
9 Vcs-Git: git://git.b9.com/cl-fftw3.git
10 Vcs-Browser: http://git.b9.com/?p=cl-fftw3.git
11
12 Package: cl-fftw3
13 Architecture: all
14 Depends: ${misc:Depends}, libfftw3-dev, cl-kmrcl, cl-cffi
15 Description: Common Lisp package for using the FFTW3 library
16  This package provides an interface for Common Lisp programs to use
17  the FFTW3 Fourier transform library. A number of higher-level interfaces
18  has been added in addition to the native interface to the FFTW3
19  C-based library.