summaryrefslogtreecommitdiff
path: root/dev-haskell/lua/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-23 02:48:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-23 02:48:52 +0100
commitfd70f5e3ed54d5e013c11a3f3e632e80838171d0 (patch)
treec6bf0dac8239e644ccc09b184e4eb9cca9701dcf /dev-haskell/lua/metadata.xml
parent5deadca7219297a3c1f90eca00544a00e33efdbc (diff)
gentoo auto-resync : 23:07:2022 - 02:48:51
Diffstat (limited to 'dev-haskell/lua/metadata.xml')
-rw-r--r--dev-haskell/lua/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/lua/metadata.xml b/dev-haskell/lua/metadata.xml
new file mode 100644
index 000000000000..5b1e564f95ae
--- /dev/null
+++ b/dev-haskell/lua/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <use>
+ <flag name="allow-unsafe-gc">Allow optimizations which make Lua&#39;s garbage collection
+potentially unsafe; enabling this should be safe if
+there are no callbacks into Haskell during Lua garbage
+collection cycles. The flag should be *disabled* if Lua
+objects can have Haskell finalizers, i.e., @__gc@
+metamethods that call Haskell function.</flag>
+ <flag name="apicheck">Compile Lua with -DLUA_USE_APICHECK.</flag>
+ <flag name="export-dynamic">Add all symbols to dynamic symbol table; disabling this
+will make it possible to create fully static binaries,
+but renders loading of dynamic C libraries impossible.</flag>
+ <flag name="hardcode-reg-keys">Don&#39;t use CAPI to determine the names of certain
+registry key names but use hard coded values instead.
+This flag is required when compiling against Lua 5.3.3
+or earlier, as those versions do not expose the
+necessary information in the @lauxlib.h@ header file.
+Setting this flag should usually be unproblematic,
+except if the used Lua version has been patched
+heavily.</flag>
+ <flag name="lua-32bits">Compile Lua with -DLUA_32BITS</flag>
+ <flag name="system-lua">Use @pkg-config@ to discover library and include paths.
+Setting this flag implies `pkg-config`.</flag>
+ </use>
+</pkgmetadata>