Source: liquid-dsp
Section: hamradio
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>
Build-Depends:
# Debhelper
 debhelper-compat (= 13),
# Building tools
 cmake (>= 3.18),
# Dependencies
 libfftw3-dev,
Standards-Version: 4.7.4
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

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.
