blob: 6a5b70c57d441afd0d7d940305f065aa81136e71 (
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>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
The Lazy Virtual Machine (LVM) defines a portable instruction set and file
format. It is specifically designed to execute languages with non-strict (or
lazy) semantics. This cabal package defines the core assembler (coreasm) for
compiling core programs into LVM instructions and a library. The LVM is used
as a backend for the Helium compiler. At the moment, one LVM runtime
implementation is available (written in C). More information about LVM can be
found in Chapter 6 of Daan Leijen's PhD Thesis, The Lambda Abroad.
</longdescription>
</pkgmetadata>
|