hslua: Bindings to Lua, an embeddable scripting language
HsLua provides bindings, wrappers, types, and helper functions to bridge Haskell and Lua.
This package contains a full Lua interpreter version 5.3.6.
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]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
system-lua | Use the system-wide Lua instead of the bundled copy. | Disabled |
apicheck | Compile Lua with -DLUA_USE_APICHECK. | Disabled |
lua_32bits | Compile Lua with -DLUA_32BITS | Disabled |
allow-unsafe-gc | Allow optimizations which make Lua's garbage collection potentially unsafe; haskell finalizers must be handled with extreme care. | Enabled |
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. | Enabled |
pkg-config | Use | Disabled |
hardcode-reg-keys | Don't use CAPI to determine the names of certain registry
key names but Use hard coded values for instead. This
flag is required when compiling against Lua 5.3.3 or
earlier, as those do not expose the necessary information
in the | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hslua-1.3.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 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, 1.0.3, 1.0.3.1, 1.0.3.2, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.3.0, 1.3.0.1, 1.3.0.2, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5), base-compat (>=0.10), bytestring (>=0.10.2 && <0.11), containers (>=0.5 && <0.7), exceptions (>=0.8 && <0.11), fail (>=4.9 && <5), mtl (>=2.2 && <2.3), semigroups (>=0.18 && <0.20), text (>=1.0 && <1.3) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.2 |
License | MIT |
Copyright | © 2007–2012 Gracjan Polak © 2012–2016 Ömer Sinan Ağacan © 2016–2020 Albert Krewinkel |
Author | Gracjan Polak, Ömer Sinan Ağacan |
Maintainer | albert+hslua@zeitkraut.de |
Category | Foreign |
Home page | https://hslua.github.io/ |
Bug tracker | https://github.com/hslua/hslua/issues |
Source repo | head: git clone https://github.com/hslua/hslua.git |
Uploaded | by tarleb at 2021-02-06T14:13:14Z |
Distributions | Arch:2.3.0, Debian:1.0.3.2, Fedora:2.3.0, FreeBSD:0.4.0, LTSHaskell:2.3.1, NixOS:2.3.1, Stackage:2.3.1, openSUSE:2.3.1 |
Reverse Dependencies | 17 direct, 169 indirect [details] |
Downloads | 143949 total (476 in the last 30 days) |
Rating | 2.5 (votes: 4) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |