File: control

package info (click to toggle)
cc65 2.19-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 20,272 kB
  • sloc: ansic: 117,151; asm: 66,339; pascal: 4,248; makefile: 1,008; perl: 607
file content (49 lines) | stat: -rw-r--r-- 1,514 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
Source: cc65
Section: otherosfs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12), linuxdoc-tools
Standards-Version: 4.5.1
Homepage: https://cc65.github.io/cc65/

Package: cc65
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: cc65-doc
Description: complete cross development package for 65(C)02 systems
 cc65 is a complete cross development package for 65(C)02 systems, including
 a powerful macro assembler, a C compiler, linker, librarian and several
 other tools.
 .
 cc65 has C and runtime library support for many of the old 6502 machines,
 including
   - the following Commodore machines:
     - VIC20
     - C16/C116 and Plus/4
     - C64
     - C128
     - CBM 510 (aka P500)
     - the 600/700 family
     - newer PET machines (not 2001).
  - the Apple ][+ and successors.
  - the Atari 8 bit machines.
  - the Atari 5200 console.
  - GEOS for the C64, C128 and Apple //e.
  - the Nintendo Entertainment System (NES) console.
  - the Supervision console.
  - the Oric Atmos.
  - the Lynx console.
  - the Ohio Scientific Challenger 1P

Package: cc65-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: cc65 documentation
 cc65 is a complete cross development package for 65(C)02 systems, including
 a powerful macro assembler, a C compiler, linker, librarian and several
 other tools.
 .
 This package contains the documentation that is also available on
 the cc65 homepage.