File: control

package info (click to toggle)
qlogo 0.961-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,452 kB
  • sloc: cpp: 11,166; python: 159; sh: 107; ansic: 79; xml: 20; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 870 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
Source: qlogo
Section: devel
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://qlogo.org/
Vcs-Git: https://salsa.debian.org/debian/QLogo.git
Vcs-Browser: https://salsa.debian.org/debian/QLogo
Build-Depends: debhelper-compat (= 13),
	cmake,
	qt6-base-dev, libqt6opengl6-dev,
	qt6-svg-dev,

Package: qlogo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Language using turtle graphics famous for teaching kids
 QLogo is an interpreter for the Logo language written in C++ using
 Qt and OpenGL. Specifically, it mimics (as reasonably as possible)
 the UCBLogo interpreter developed at U.C. Berkeley. In fact, the
 UCBLogo manual describes about 99.9% of the functionality. You can
 find the UCBLogo Manual here:
 http://people.eecs.berkeley.edu/~bh/usermanual