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
|
Source: mdk
Section: otherosfs
Priority: optional
Maintainer: Peter Pentchev <roam@ringlet.net>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1), dpkg-dev (>= 1.15.7~), hardening-includes, libgtk2.0-dev, zlib1g-dev, libglade2-dev, guile-1.8-dev, flex, intltool
Standards-Version: 3.9.2
Homepage: http://www.gnu.org/software/mdk/mdk.html
Vcs-Browser: http://git.debian.org/?p=collab-maint/mdk.git
Vcs-Git: git://git.debian.org/git/collab-maint/mdk.git
Package: mdk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sensible-utils
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).
|