File: control

package info (click to toggle)
gr-limesdr 0.9~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,732 kB
  • sloc: python: 9,460; cpp: 1,453; xml: 1,260; ansic: 10; makefile: 6
file content (46 lines) | stat: -rw-r--r-- 1,705 bytes parent folder | download
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
Source: gr-limesdr
Section: libs
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
               debhelper (>= 10),
               doxygen,
               gnuradio-dev (>= 3.7.12),
               liblimesuite-dev,
               pkg-config,
	       python-dev,
               swig
Standards-Version: 4.1.4
Homepage: https://github.com/analogdevicesinc/gr-limesdr.git
Vcs-Browser: https://salsa.debian.org/debian/gr-limesdr
Vcs-Git: https://salsa.debian.org/debian/gr-limesdr.git

Package: gr-limesdr
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libgnuradio-limesdr0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: LimeSDR blocks for GnuRadio
 LimeSDR is a low cost, open source software defined radio (SDR) platform that
 can be used to support just about any type of wireless communication standard.
 .
 Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.
 .
 The gr-limesdr blocks for GnuRadio can be used to create flowgraphs that
 interface LimeSDR devices through liblimesuite.
 .
 This package contains the development files.

Package: libgnuradio-limesdr0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LimeSDR blocks for GnuRadio (runtime library)
 LimeSDR is a low cost, open source software defined radio (SDR) platform that
 can be used to support just about any type of wireless communication standard. 
 .
 Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.
 .
 The gr-limesdr blocks for GnuRadio can be used to create flowgraphs that
 interface LimeSDR devices through liblimesuite.
 .
 This package contains the shared library.