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 52 53 54 55 56 57 58 59 60
|
Source: libosmosdr
Section: libs
Priority: extra
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>= 9.0.0~), cmake, pkg-config, libusb-1.0-0-dev
Standards-Version: 3.9.4
Homepage: http://sdr.osmocom.org/trac/
Vcs-Git: git://git.osmocom.org/osmo-sdr
Vcs-Browser: http://cgit.osmocom.org/osmo-sdr/
Package: libosmosdr-dev
Section: libdevel
Architecture: any
Pre-Depends: multiarch-support, ${misc:Pre-Depends}
Depends: libosmosdr0 (= ${binary:Version}), ${misc:Depends}
Description: Software defined radio support for OsmoSDR hardware (library)
OsmoSDR is a 100% Free Software based small form-factor inexpensive
SDR (Software Defined Radio) project.
.
The hardware part of OsmoSDR brings information from an antenna connector
to a USB plug.
.
This package is the software that provides control of the USB hardware
and an API to pass data to software defined radio applications on the host.
.
This package contains development files.
Package: libosmosdr0
Section: libs
Architecture: any
Pre-Depends: multiarch-support, ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Software defined radio support for OsmoSDR hardware (development files)
OsmoSDR is a 100% Free Software based small form-factor inexpensive
SDR (Software Defined Radio) project.
.
The hardware part of OsmoSDR brings information from an antenna connector
to a USB plug.
.
This package is the software that provides control of the USB hardware
and an API to pass data to software defined radio applications on the host.
.
This package contains the shared library.
Package: osmo-sdr
Section: libs
Architecture: any
Depends: libosmosdr0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Software defined radio support for OsmoSDR hardware (tools)
OsmoSDR is a 100% Free Software based small form-factor inexpensive
SDR (Software Defined Radio) project.
.
The hardware part of OsmoSDR brings information from an antenna connector
to a USB plug.
.
This package is the software that provides control of the USB hardware
and an API to pass data to software defined radio applications on the host.
.
This package contains a set of command line utilities:
|