lua: Lua, an embeddable scripting language
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides bindings and types to bridge Haskell and Lua.
The full Lua interpreter version 5.3.6 is included. Alternatively, a system-wide Lua installation can be linked instead.
[Skip to Readme]
Properties
Versions | 1.0.0, 2.0.0, 2.0.0.1, 2.0.1, 2.0.2, 2.1.0, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2, 2.3.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5) [details] |
License | MIT |
Copyright | © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; © 2017-2022 Albert Krewinkel |
Author | Albert Krewinkel |
Maintainer | Albert Krewinkel <albert+hslua@zeitkraut.de> |
Category | Foreign |
Home page | https://hslua.org/ |
Bug tracker | https://github.com/hslua/hslua/issues |
Source repo | head: git clone https://github.com/hslua/hslua.git(lua) |
Uploaded | by tarleb at 2022-01-29T10:06:51Z |
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; 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., | 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 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 | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lua-2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees