@hackage hslua0.3.13
A Lua language interpreter embedding in Haskell
Installation
Dependencies (2)
Dependents (20)
@hackage/oughta, @hackage/luautils, @hackage/pandoc-lua-marshal, @hackage/hslua-aeson, @hackage/CSPM-cspm, @hackage/hslua-module-version, Show all…
Package Flags
system-lua
(off by default)
Use the system-wide lua instead of the bundled copy
apicheck
(off by default)
Compile Lua with -DLUA_USE_APICHECK.
The Scripting.Lua module is a wrapper of Lua language interpreter as described in www.lua.org.
This package contains full Lua interpreter version 5.1.4. If you want to link it with system-wide Lua installation, use system-lua flag.