hslua-marshalling: Marshalling of values between Haskell and Lua.

[ foreign, library, mit ] [ Propose Tags ]

Provides functions to marshal values from Haskell to Lua, and vice versa.

This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10.2 && <0.12), containers (>=0.5.9 && <0.7), hslua-core (>=2.2 && <2.3), mtl (>=2.2 && <2.4), text (>=1.2 && <2.1) [details]
License MIT
Copyright © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; © 2017-2022 Albert Krewinkel
Author Albert Krewinkel, Gracjan Polak, Ömer Sinan Ağacan
Maintainer albert+hslua@zeitkraut.de
Revised Revision 1 made by tarleb at 2022-05-20T09:01:38Z
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.git(hslua-marshalling)
Uploaded by tarleb at 2022-02-19T14:38:20Z
Distributions Arch:2.3.0, Fedora:2.3.0, LTSHaskell:2.3.1, NixOS:2.3.1, Stackage:2.3.1, openSUSE:2.3.1
Reverse Dependencies 16 direct, 177 indirect [details]
Downloads 8599 total (209 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-02-20 [all 1 reports]

Readme for hslua-marshalling-2.2.0

[back to package description]

hslua-marshalling

Build status AppVeyor Status Hackage

Functions to marshal values from Haskell to Lua, and vice versa.

This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.