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

[ foreign, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

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, 1.1.2, 1.1.3, 1.1.4
Change log CHANGELOG.md
Dependencies base (>=4.9.1 && <5), bytestring, hslua-core (>=2.1 && <2.4) [details]
Tested with ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.5, ghc ==9.8.2, ghc ==9.10.1
License MIT
Copyright © 2022-2024 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 2024-09-26T16:31:56Z
Distributions Arch:1.1.1, Fedora:1.1.1, LTSHaskell:1.1.4, NixOS:1.1.1, Stackage:1.1.4, openSUSE:1.1.4
Reverse Dependencies 2 direct, 169 indirect [details]
Downloads 3870 total (286 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-26 [all 1 reports]

Readme for hslua-list-1.1.3

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