1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# hslua-classes
[![Build status][GitHub Actions badge]][GitHub Actions]
[![AppVeyor Status]](https://ci.appveyor.com/project/tarleb/hslua-r2y18)
[![Hackage]](https://hackage.haskell.org/package/hslua-classes)
The HsLua package provides convenience classes for marshaling and
function calling.
This package is part of [HsLua], a Haskell framework built around
the embeddable scripting language [Lua].
[HsLua]: https://hslua.org/
[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-classes.svg
|