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
|
Source: qsapecng
Section: electronics
Priority: optional
Maintainer: Simone Rossetto <simros85@gmail.com>
Build-Depends:
debhelper (>= 7.0.50~),
cmake (>= 2.6.0),
libqt4-dev (>= 4.6.0),
libqwt-dev (>= 6.1.0),
libboost-dev (>= 1.41.0),
doxygen
Standards-Version: 3.9.8
Homepage: https://github.com/skypjack/qsapecng
Package: qsapecng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: qsapecng-doc (= ${binary:Version})
Description: symbolic analyzer and solver of linear analog circuits
This program consists of two independent parts: the SapecNG framework engine
and the GUI application QSapecNG.
.
QSapecNG is an open source, multi-platform project, continuously enhanced by
students and researchers of the Department of Electronics and
Telecommunications (DET) of the University of Florence (Italy). It comes as
continuation of SapWin for Windows, in order to give to the project a full
compatibility on other platforms.
.
Through SapecNG/QSapecNG users can draw, solve and analyze analog circuits as
well as manage them. Since version 2.0.0beta1 there is also the full support
for sub-circuits that can be created, saved, reopened and added as part of
other circuits.
.
SapecNG/QSapecNG is freely available on GitHub
<https://github.com/skypjack/qsapecng>. A previous version of SapecNG is
available on GitHub too <https://github.com/skypjack/sapecng>.
Package: qsapecng-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Recommends: qsapecng (= ${binary:Version})
Suggests: doc-base
Description: symbolic analyzer and solver of linear analog circuits (documentation)
With QSapecNG users can draw, solve and analyze analog circuits as well as
manage them. Since version 2.0.0beta1 there is also the full support
for sub-circuits that can be created, saved, reopened and added as part of
other circuits.
.
This package contains the documentation of QSapecNG.
|