@hackage hslua0.4.0
A Lua language interpreter embedding in Haskell
Installation
Dependencies (2)
- base >=4.4 && <5
- bytestring >=0.10.2.0 && <0.11 Show all…
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.
luajit
(off by default)
Link with LuaJIT (should be used with -fsystem-lua)
The Scripting.Lua module is a wrapper of Lua language interpreter as described in lua.org.
This package contains full Lua interpreter version 5.1.5.
If you want to link it with system-wide Lua installation, use system-lua flag.