hslua-objectorientation

Object orientation tools for HsLua

https://hslua.org/

Version on this page:2.0.1
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-objectorientation appears in

MIT licensed by Albert Krewinkel
Maintained by [email protected]
This version can be pinned in stack with:hslua-objectorientation-2.0.1@sha256:28362bb7e476e5fae3382ef545146f81b9a64fa4e2c5ec627dfa5618d671d003,3335

Module documentation for 2.0.1

hslua-objectorientation

Build status AppVeyor Status Hackage

Expose Haskell data to Lua with an object oriented interface.

Changes

Changelog

hslua-objectorientation uses PVP Versioning.

hslua-objectorientation 2.0.1

Release 2021-11-04.

  • Excludes absent properties from pairs: Properties that are optional and not present in a sum-type value are no longer included in the iterator output produced by pairs (i.e., the __pairs metamethod). Previously, the names of absent properties were pushed with a nil value.

hslua-objectorientation 2.0.0

Release 2021-10-21.

  • Published without warning.