luautils: Helpers for Haskell integration with Lua

[ library, mit, scripting ] [ Propose Tags ]

This package is an add-on to the HsLua package by Gracjan Polak. HsLua only provides a very bare-bones wrapper over the Lua API, and this package is meant to fill in the gap by providing some commonly used features.


[Skip to Readme]

Modules

[Last Documentation]

  • Scripting
    • Scripting.LuaUtils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2, 0.1.3, 0.1.4
Dependencies base (>=3 && <5), containers (>=0.4 && <5), custom-prelude (>=0.1), hslua (>=0.3.4), monad-loops (>=0.3) [details]
License LicenseRef-GPL
Author Anupam Jain
Maintainer ajnsit@gmail.com
Category Scripting
Source repo head: git clone http://github.com/ajnsit/luautils
this: git clone http://github.com/ajnsit/luautils/tree/v0.1.1.0(tag v0.1.1.0)
Uploaded by AnupamJain at 2012-09-28T05:46:17Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 5186 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 7 reports]

Readme for luautils-0.1.1.0

[back to package description]
LuaUtils (luautils-0.1)
============================

This package is an add-on to the @HsLua@ package by Gracjan Polak (http://hackage.haskell.org/package/hslua).

HsLua only provides a very bare-bones wrapper over the Lua API, and this package is meant to fill in the gap by providing some commonly used features.

Currently the following features are provided -

1. @Lua.StackValue@ instances for a variety of commonly used datatypes, such as Lists, Tuples, Either, Maybe etc.
2. @luaDoString@ and @luaDoFile@ utility functions.
3. A way to dump the contents of the stack for debugging purposes.


Changelog
=========

0.1 : Intial release