summaryrefslogtreecommitdiff
path: root/system/tinyvm/README
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryan.q@linux.com>2015-02-28 03:14:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 03:14:35 +0700
commita526598a932113addc6c94107c7cefca7fa2bd2f (patch)
tree41b74aba37ce0343e7cdce4a8879eb75e9a5ddcb /system/tinyvm/README
parent86fa2f111f4904da8199c9ec812450e9a79d1822 (diff)
downloadslackbuilds-a526598a932113addc6c94107c7cefca7fa2bd2f.tar.gz
system/tinyvm: Added (small virtual machine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinyvm/README')
-rw-r--r--system/tinyvm/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/tinyvm/README b/system/tinyvm/README
new file mode 100644
index 0000000000..adfd027636
--- /dev/null
+++ b/system/tinyvm/README
@@ -0,0 +1,13 @@
+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`.