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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

List type for Lua, with a Haskell interface.


[Skip to Readme]

Properties

Versions 1.0.0, 1.1.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.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-20T12:34:08Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hslua-list-1.1.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.