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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: libm2k
Section: science
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
libgoogle-glog-dev,
libiio-dev,
python3-dev,
python3-setuptools,
swig
Build-Depends-Indep: doxygen,
graphviz,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/analogdevicesinc/libm2k
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/libm2k
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/libm2k.git
Package: libm2k0.9.0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ADI library for interfacing with the ADALM2000
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the C++ library itself.
Package: libm2k-dev
Architecture: any
Section: libdevel
Depends: libm2k0.9.0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: ADI library headers for interfacing with the ADALM2000
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the C++ headers and development files.
Package: libm2k-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-sphinxdoc, ${misc:Depends}, ${shlibs:Depends}
Description: ADI ADALM2000 documentation
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the Doxygen made documentation.
Package: m2kcli
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ADI tool for interfacing with the ADALM2000
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the m2kcli command-line tool.
Package: python3-libm2k
Architecture: any
Section: python
Depends: libm2k0.9.0 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python ADI library for interfacing with the ADALM2000
Python libm2k library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the Python bindings for the library.
|