File: control

package info (click to toggle)
mdk 1.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,940 kB
  • sloc: ansic: 22,642; sh: 5,452; lisp: 1,282; lex: 830; makefile: 575; yacc: 288; python: 95
file content (44 lines) | stat: -rw-r--r-- 1,417 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
Source: mdk
Section: otherosfs
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 flex,
 guile-2.2-dev,
 intltool,
 libglade2-dev,
 libgtk2.0-dev,
 zlib1g-dev
Standards-Version: 4.3.0
Homepage: https://www.gnu.org/software/mdk/mdk.html
Vcs-Browser: https://salsa.debian.org/debian/mdk
Vcs-Git: https://salsa.debian.org/debian/mdk.git
Rules-Requires-Root: no

Package: mdk
Architecture: any
Multi-Arch: foreign
Depends:
 emacsen-common (>= 2.0.7),
 sensible-utils,
 ${misc:Depends},
 ${shlibs:Depends}
Recommends: xterm | x-terminal-emulator
Description: MIX Development Kit
 MDK stands for MIX Development Kit, and provides tools for developing
 and executing, in a MIX virtual machine, MIXAL programs.
 .
 The MIX is Donald Knuth's mythical computer, described in the first
 volume of The Art of Computer Programming, which is programmed using
 MIXAL, the MIX assembly language.
 .
 MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
 (mixvm) with a command line interface.  In addition, a GTK+ GUI to
 mixvm, called gmixvm, and a Guile interpreter with an embedded MIX
 virtual machine called mixguile, are provided.
 .
 Using these interfaces, you can debug your MIXAL programs at source
 code level, and read/modify the contents of all the components of the
 MIX computer (including block devices, which are simulated using the
 file system).