1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# hslua-marshalling
[![Build status][GitHub Actions badge]][GitHub Actions]
[![AppVeyor Status]](https://ci.appveyor.com/project/tarleb/hslua-r2y18)
[![Hackage]](https://hackage.haskell.org/package/hslua-marshalling)
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](https://lua.org).
[GitHub Actions badge]: https://img.shields.io/github/workflow/status/hslua/hslua/CI.svg?logo=github
[GitHub Actions]: https://github.com/hslua/hslua/actions
[AppVeyor Status]: https://ci.appveyor.com/api/projects/status/ldutrilgxhpcau94/branch/main?svg=true
[Hackage]: https://img.shields.io/hackage/v/hslua-marshalling.svg
[HsLua]: https://hslua.org/
|