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
|
Source: glogic
Section: electronics
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
intltool,
libglib2.0-dev,
python3,
yelp-tools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/glogic.git
Vcs-Browser: https://salsa.debian.org/debian/glogic
Homepage: https://launchpad.net/glogic
Package: glogic
Architecture: all
Depends: gir1.2-gtk-3.0,
python3-gi,
python3-gi-cairo,
${misc:Depends},
${python3:Depends}
Suggests: fonts-liberation
Description: graphical logic circuit simulator
gLogic is an educational graphical logic circuit simulator developed with
Python and GTK+. This program simulates logic circuits containing basic
components (e.g. NOT, AND, OR) and many advanced components like flip-flop.
|