summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/vov/metadata.xml')
-rw-r--r--app-emulation/vov/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emulation/vov/metadata.xml b/app-emulation/vov/metadata.xml
new file mode 100644
index 000000000000..2abfac6f7358
--- /dev/null
+++ b/app-emulation/vov/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>dlan@gentoo.org</email>
+ <name>Yixun Lan</name>
+ </maintainer>
+ <longdescription>
+ vov (Vov's Obsessive Von-Neumann) is a tool that emulates the behavior of a Von-Neumann machine.
+ It is basically an interpreter, which reads files in the form of memory assignments and executes
+ the encoded instructions. The vov's instructions make you able to perform simple arithmetic data
+ manipulation. It is a very useful tool to see if your programs work and how.
+ </longdescription>
+ <use>
+ <flag name='gprof'>build with profiling support</flag>
+ </use>
+</pkgmetadata>