hslua: A Lua language interpreter embedding in Haskell
The Foreign.Lua module is a wrapper of Lua language interpreter as described on lua.org.
This package contains a full Lua interpreter version
5.3.4. If you want to link it with a system-wide Lua
installation, use the system-lua
flag.
Example programs are available in a separate repository.
[Skip to Readme]
Versions [faq] | 0.1, 0.2, 0.3, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.6.1, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.5.1, 0.9.5.2, 1.0.0, 1.0.1, 1.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), bytestring (>=0.10.2 && <0.11), containers (==0.5.*), exceptions (==0.8.*), fail (>=4.9 && <5), mtl (==2.2.*), text [details] |
License | MIT |
Copyright | © 2007–2012 Gracjan Polak © 2012–2016 Ömer Sinan Ağacan © 2016–2017 Albert Krewinkel |
Author | Gracjan Polak, Ömer Sinan Ağacan |
Maintainer | albert+hslua@zeitkraut.de |
Category | Foreign |
Source repo | head: git clone https://github.com/osa1/hslua.git |
Uploaded | by tarleb at Wed Aug 16 07:42:02 UTC 2017 |
Distributions | Arch:1.0.2, Debian:0.9.5.2, Fedora:0.9.5.2, FreeBSD:0.4.0, LTSHaskell:1.0.2, NixOS:1.0.2, Stackage:1.0.2, openSUSE:1.0.2 |
Downloads | 85037 total (987 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-08-16 [all 1 reports] |
Modules
[Index]
Flags
Name | Description | Default | Type |
---|---|---|---|
system-lua | Use the system-wide Lua instead of the bundled copy. | Disabled | Automatic |
apicheck | Compile Lua with -DLUA_USE_APICHECK. | Disabled | Automatic |
lua_32bits | Compile Lua with -DLUA_32BITS | Disabled | Automatic |
luajit | Link with LuaJIT. This implies flag system-lua as well. | Disabled | Automatic |
lua501 | Build against lua 5.1. | Disabled | Automatic |
lua502 | Build against lua 5.2. | Disabled | Automatic |
use-pkgconfig | Build using pkg-config to discover library and include paths. This is only used with system-lua and luajit. | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hslua-0.8.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)