File: control

package info (click to toggle)
pcbasic 2.0.7-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (58 lines) | stat: -rw-r--r-- 2,368 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: pcbasic
Section: interpreters
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatch-nodejs-version,
               python3-lxml,
               python3-markdown,
               python3-parallel,
               python3-pil,
               python3-sdl2,
               python3-serial,
               python3-setuptools,
               python3-standard-chunk,
               python3-toml,
               python3-wheel
Standards-Version: 4.4.0
Homepage: http://pc-basic.org

Package: python3-pcbasic
Architecture: all
Depends: python3-parallel,
         python3-sdl2,
         python3-serial,
         python3-standard-chunk,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-pcbasic-doc
Description: cross-platform emulator for the GW-BASIC family of interpreters (Python3)
 PC-BASIC is a free, cross-platform interpreter for GW-BASIC, Advanced BASIC
 (BASICA), PCjr Cartridge Basic and Tandy 1000 GWBASIC. It interprets these
 BASIC dialects with a high degree of accuracy, aiming for bug-for-bug
 compatibility. PC-BASIC emulates the most common video and audio hardware on
 which these BASICs used to run. PC-BASIC runs plain-text, tokenised and
 protected .BAS files. It implements floating-point arithmetic in the Microsoft
 Binary Format (MBF) and can therefore read and write binary data files created
 by GW-BASIC.
 .
 This package installs the library for Python 3.

Package: python3-pcbasic-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: cross-platform emulator for the GW-BASIC family of interpreters (doc)
 PC-BASIC is a free, cross-platform interpreter for GW-BASIC, Advanced BASIC
 (BASICA), PCjr Cartridge Basic and Tandy 1000 GWBASIC. It interprets these
 BASIC dialects with a high degree of accuracy, aiming for bug-for-bug
 compatibility. PC-BASIC emulates the most common video and audio hardware on
 which these BASICs used to run. PC-BASIC runs plain-text, tokenised and
 protected .BAS files. It implements floating-point arithmetic in the Microsoft
 Binary Format (MBF) and can therefore read and write binary data files created
 by GW-BASIC.
 .
 This is the common documentation package.