hslua-list: Opinionated, but extensible Lua list type.

[ foreign, library, mit ] [ Propose Tags ]

List type for Lua, with a Haskell interface.


[Skip to Readme]

Modules

[Last Documentation]

  • HsLua
    • HsLua.List

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.1.0, 1.1.0.1, 1.1.1
Change log CHANGELOG.md
Dependencies base (>=4.9.1 && <5), bytestring, hslua-core (>=2.3 && <2.4), hslua-marshalling (>=2.1 && <2.3) [details]
License MIT
Copyright © 2022 Albert Krewinkel
Author Albert Krewinkel
Maintainer Albert Krewinkel <albert@hslua.org>
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(hslua-list)
Uploaded by tarleb at 2022-10-10T14:42:01Z
Distributions Arch:1.1.1, Fedora:1.1.1, LTSHaskell:1.1.1, NixOS:1.1.1, Stackage:1.1.1, openSUSE:1.1.1
Reverse Dependencies 2 direct, 168 indirect [details]
Downloads 2479 total (119 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 2022-10-10 [all 2 reports]

Readme for hslua-list-1.0.0

[back to package description]

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.