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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: liquid-dsp
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.18),
pkgconf,
libfftw3-dev,
libfec-dev
Standards-Version: 4.7.1
Homepage: https://liquidsdr.org/
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/liquid-dsp
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/liquid-dsp.git
Rules-Requires-Root: no
Package: libliquid1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: signal processing library for software defined radio
liquid-dsp is a free and open-source digital signal processing (DSP)
library designed specifically for software defined radios on embedded
platforms. The aim is to provide a lightweight DSP library that does not
rely on a myriad of external dependencies or proprietary and otherwise
cumbersome frameworks. All signal processing elements are designed to be
flexible, scalable, and dynamic, including filters, filter design,
oscillators, modems, synchronizers, and complex mathematical operations.
.
This package contains the shared library.
Package: libliquid-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libliquid1 (= ${binary:Version}), ${misc:Depends}
Description: signal processing library for software defined radio (development files)
liquid-dsp is a free and open-source digital signal processing (DSP)
library designed specifically for software defined radios on embedded
platforms. The aim is to provide a lightweight DSP library that does not
rely on a myriad of external dependencies or proprietary and otherwise
cumbersome frameworks. All signal processing elements are designed to be
flexible, scalable, and dynamic, including filters, filter design,
oscillators, modems, synchronizers, and complex mathematical operations.
.
This package contains the files required to compile programs using liquid-dsp.
|