summaryrefslogtreecommitdiff
blob: e27de5a04d0beba100f35b4db7e31d5bb2a14db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>