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 30 31 32
|
Source: mffm-fftw
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
doxygen,
libfftw3-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/mffm-fftw
Vcs-Git: https://salsa.debian.org/debian/mffm-fftw.git
Package: mffm-fftw-dev
Architecture: any
Depends: libfftw3-dev,
mffm-fftw1 (= ${binary:Version}),
${misc:Depends},
Description: C++ wrapper for the fftw.org C library (version 3)
Developer files for the mffm.fftw library
mffm.fftw provides a simple C++ application base which handles
FFT data and application. Operations such as power spectrum
derivation and so on.
Package: mffm-fftw1
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: C++ wrapper for the fftw.org C library (version 3)
mffm.fftw provides a simple C++ application base which handles
FFT data and application. Operations such as power spectrum
derivation and so on.
|