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

[Index] [Quick Jump]

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.2 && <2.4) [details]
License MIT
Copyright © 2022-2023 Albert Krewinkel
Author Albert Krewinkel
Maintainer Albert Krewinkel <tarleb@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 2023-03-17T19:23:59Z
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 2397 total (120 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-17 [all 1 reports]

Readme for hslua-list-1.1.1

[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.