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 48 49 50 51
|
Source: libad9361
Section: libs
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper (>= 12),
libiio-dev (>=0.14),
pkg-config
Standards-Version: 4.4.0
Homepage: https://github.com/analogdevicesinc/libad9361-iio
Vcs-Browser: https://salsa.debian.org/debian/libad9361
Vcs-Git: https://salsa.debian.org/debian/libad9361.git
Package: libad9361-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library of functions specific to the Analog Devices AD9361
This library contains a few functions useful to configure and use the
Analog Devices AD9361 Agile Transceiver.
.
The device combines an RF front end with a flexible mixed-signal
baseband section and integrated frequency synthesizers. The AD9361
operates in the 70 MHz to 6.0 GHz range, covering most licensed and
unlicensed bands. Channel bandwidths from less than 200 kHz to 56 MHz
are supported. This library provides hardware support for Software
Defined Radio aplications.
.
Using libiio allows use with both locally attached devices and
hardware available over a network link.
Package: libad9361-dev
Section: libdevel
Architecture: any
Depends: libad9361-0 (= ${binary:Version}), ${misc:Depends}
Description: Development files specific to the Analog Devices AD9361
This library contains a few functions useful to configure and use the
Analog Devices AD9361 Agile Transceiver.
.
The device combines an RF front end with a flexible mixed-signal
baseband section and integrated frequency synthesizers. The AD9361
operates in the 70 MHz to 6.0 GHz range, covering most licensed and
unlicensed bands. Channel bandwidths from less than 200 kHz to 56 MHz
are supported. This library provides hardware support for Software
Defined Radio aplications.
.
Using libiio allows use with both locally attached devices and
hardware available over a network link.
.
This package contains the development files.
|