hslua

A Lua language interpreter embedding in Haskell

Version on this page:0.3.13
LTS Haskell 22.14:2.3.1
Stackage Nightly 2024-03-28:2.3.1
Latest on Hackage:2.3.1

See all snapshots hslua appears in

MIT licensed by Gracjan Polak, Ömer Sinan Ağacan
Maintained by [email protected]
This version can be pinned in stack with:hslua-0.3.13@sha256:c8ecb544cdc73599f3484000f2d05b564060b2368433203f0f087550dc7583fc,2636

Module documentation for 0.3.13

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2015-04-18(full list with versions):

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.

Changes

Changelog

0.3.12

  • pushrawhsfunction and registerrawhsfunction functions are added.
  • apicheck flag is added to Cabal package to enable Lua API checking. (useful for debugging)

0.3.11

  • luaL_ref and luaL_unref functions are added.