File: control

package info (click to toggle)
basic256 2.0.99.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,888 kB
  • sloc: cpp: 17,185; yacc: 4,025; lex: 1,466; java: 1,091; sh: 39; xml: 33; makefile: 20
file content (34 lines) | stat: -rw-r--r-- 1,145 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
29
30
31
32
33
34
Source: basic256
Section: devel
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13),
 bison,
 flex,
 flite1-dev,
 libespeak-dev,
 libqt5serialport5-dev,
 libqt5texttospeech5-dev,
 libsqlite3-dev,
 qtbase5-dev,
 qtmultimedia5-dev,
 qttools5-dev,
 qttools5-dev-tools,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.basic256.org/
Vcs-Browser: https://salsa.debian.org/debian/basic256
Vcs-Git: https://salsa.debian.org/debian/basic256.git

Package: basic256
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libqt5multimedia5-plugins
Description: educational BASIC programming environment for children
 BASIC-256 is an easy to use version of BASIC designed to teach young
 children the basics of computer programming. It uses traditional
 control structures like gosub, for/next, and goto, which helps kids
 easily see how program flow-control works. It has a built-in graphics
 mode which lets them draw pictures on screen in minutes, and a set
 of detailed, easy-to-follow tutorials that introduce programming
 concepts through fun exercises.