Use https by default
[gentoo.git] / dev-haskell / lvmlib / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 The Lazy Virtual Machine (LVM) defines a portable instruction set and file
7                 format. It is specifically designed to execute languages with non-strict (or
8                 lazy) semantics. This cabal package defines the core assembler (coreasm) for
9                 compiling core programs into LVM instructions and a library. The LVM is used
10                 as a backend for the Helium compiler. At the moment, one LVM runtime
11                 implementation is available (written in C). More information about LVM can be
12                 found in Chapter 6 of Daan Leijen&#39;s PhD Thesis, The Lambda Abroad.
13         </longdescription>
14 </pkgmetadata>