summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 9a859c1a6475ece0a166d2e8240ffdcfaf4aead2 (plain)
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
Source: fft
Section: devel
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, libc++-dev | libc++-11-dev, libc++abi-dev | libc++abi-11-dev, lld | lld-11, clang | clang-11, portaudio19-dev
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/fft/

Package: libfft-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libfft0 (= ${binary:Version})
Homepage: http://www.reichwein.it/unicode/
Description: FFT library for C++
 libfft is a Fast Fourier Transform library for C++. It supports C++17 and
 C++20.
 .
 This is the package for developers for compiling code against libfft. It
 includes the header files and static library.

Package: libfft0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://www.reichwein.it/unicode/
Description: FFT library for C++
 libfft is a Fast Fourier Transform library for C++. It supports C++17 and
 C++20.
 .
 This is the runtime library package including the shared library.