hslua-list

Opinionated, but extensible Lua list type.

https://hslua.org/

Version on this page:1.1.0.1
LTS Haskell 22.18:1.1.1
Stackage Nightly 2024-04-27:1.1.1
Latest on Hackage:1.1.1

See all snapshots hslua-list appears in

MIT licensed by Albert Krewinkel
Maintained by Albert Krewinkel
This version can be pinned in stack with:hslua-list-1.1.0.1@sha256:e7647fb9bd32651318164839414a22a01ce5ad93009ca8757922d0e093411819,2404

Module documentation for 1.1.0.1

Used by 1 package in nightly-2023-01-29(full list with versions):

hslua-list

Opinionated, fast, and extensible implementation of a Lua List type. The type re-uses some parts of Lua’s base library, so the base library must be loaded before this one.

Changes

Changelog

hslua-list uses PVP Versioning.

hslua-list-1.1.0.1

Released 2023-01-23.

  • Ensure that test/test-list.lua is included in the release tarball.

hslua-list-1.1.0

Release pending.

  • Removed pushPandocList. The function was a left-over from pandoc-lua-marshal, the place where this package originated.

hslua-list-1.0.0

Released 2022-10-10.

  • To boldly go where no Haskell library has gone before.