Update domain name to kpe.io
[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.9.2.0
8 Homepage: http://files.kpe.io/cl-fftw3/
9 Vcs-Git: git://git.kpe.io/cl-fftw3.git
10 Vcs-Browser: http://git.kpe.io/?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.