File: control

package info (click to toggle)
glogic 2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,692 kB
  • sloc: python: 5,332; sh: 697; makefile: 199; xml: 18
file content (28 lines) | stat: -rw-r--r-- 933 bytes parent folder | download
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.