slackbuilds/system/tinyvm
David Spencer 57e8f49462 Multiple: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-01-20 23:59:30 +07:00
..
README system/tinyvm: Added (small virtual machine). 2015-02-28 03:14:35 +07:00
slack-desc system/tinyvm: Added (small virtual machine). 2015-02-28 03:14:35 +07:00
tinyvm.SlackBuild Multiple: Support alternate tarball name. 2016-01-20 23:59:30 +07:00
tinyvm.info system/tinyvm: Added (small virtual machine). 2015-02-28 03:14:35 +07:00

README

TinyVM is a virtual machine with the goal of having a small footprint.
Low memory usage, a small amount of code, and a small binary.

Building can be accomplished on UNIX-like systems with make and GCC.

There are no external dependencies, save the C standard library.

There are some included example programs that will be installed to:

  /usr/doc/tinyvm-$VERSION/programs/


The main executable is `tvmi`.