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
|
Source: libitpp
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kumar Appaiah <akumar@debian.org>
Standards-Version: 4.1.1
Build-Depends: debhelper (>= 9), libblas-dev, libfftw3-dev, liblapack-dev, gfortran, libgtest-dev, cmake
Build-Depends-Indep: doxygen-latex, ghostscript
Section: libs
Homepage: http://itpp.sourceforge.net
Vcs-Git: https://salsa.debian.org/science-team/libitpp.git
Vcs-Browser: https://salsa.debian.org/science-team/libitpp
Package: libitpp-dev
Section: libdevel
Architecture: any
Depends: libitpp8v5 (= ${binary:Version}), ${misc:Depends}
Description: C++ library of signal processing and communication routines: Headers
IT++ is a C++ library of mathematical, signal processing and
communication classes and functions. Its main use is in simulation of
communication systems and for performing research in the area of
communications. The kernel of the library consists of generic vector
and matrix classes, and a set of accompanying routines. Such a kernel
makes IT++ similar to MATLAB or GNU Octave .
.
This package has the development libraries and headers for IT++.
Package: libitpp8v5
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Conflicts: libitpp8
Replaces: libitpp8
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library of signal processing and communication routines
IT++ is a C++ library of mathematical, signal processing and
communication classes and functions. Its main use is in simulation of
communication systems and for performing research in the area of
communications. The kernel of the library consists of generic vector
and matrix classes, and a set of accompanying routines. Such a kernel
makes IT++ similar to MATLAB or GNU Octave .
Package: libitpp8v5-dbg
Section: debug
Priority: optional
Architecture: any
Conflicts: libitpp8-dbg
Replaces: libitpp8-dbg
Depends: libitpp8v5 (= ${binary:Version}), ${misc:Depends}
Description: C++ library of signal processing and communication routines: Debug symbols
IT++ is a C++ library of mathematical, signal processing and
communication classes and functions. Its main use is in simulation of
communication systems and for performing research in the area of
communications. The kernel of the library consists of generic vector
and matrix classes, and a set of accompanying routines. Such a kernel
makes IT++ similar to MATLAB or GNU Octave .
.
This package has the debugging symbols for IT++ which may
be useful while debugging IT++ based applications.
Package: libitpp-doc
Section: doc
Architecture: all
Suggests: dwww, www-browser
Depends: ${misc:Depends}, libjs-jquery
Description: C++ library of signal processing and communication routines: Documentation
IT++ is a C++ library of mathematical, signal processing and
communication classes and functions. Its main use is in simulation of
communication systems and for performing research in the area of
communications. The kernel of the library consists of generic vector
and matrix classes, and a set of accompanying routines. Such a kernel
makes IT++ similar to MATLAB or GNU Octave .
.
This package has the documentation for IT++.
|