summaryrefslogtreecommitdiff
blob: 3dd8998676888cb3ce04401508364b2421e78b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>
	<use>
		<flag name="system-lua">Use the system-wide lua instead of the bundled copy.</flag>
	</use>
	<longdescription>
		The Scripting.Lua module is a wrapper of Lua language interpreter
		as described in www.lua.org.
		
		The package is standalone: full Lua interpreter version 5.1.4
		is distributed in this package as well.
	</longdescription>
	<use>
		<flag name="system-lua">Use the system-wide lua instead of the bundled copy.</flag>
		<flag name="apicheck">Compile Lua with -DLUA_USE_APICHECK..</flag>
	</use>
</pkgmetadata>