Copyright | © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; © 2017-2021 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Stability | beta |
Portability | ForeignFunctionInterface, CPP |
Safe Haskell | None |
Language | Haskell2010 |
Lua standard libraries.
Documentation
luaopen_base :: CFunction Source #
Pointer to function opening the base library.
luaopen_table :: CFunction Source #
Pointer to function opening the table library.
luaopen_io :: CFunction Source #
Pointer to function opening the io library.
luaopen_os :: CFunction Source #
Pointer to function opening the os library.
luaopen_string :: CFunction Source #
Pointer to function opening the string library.
luaopen_math :: CFunction Source #
Pointer to function opening the math library.
luaopen_debug :: CFunction Source #
Pointer to function opening the debug library.
luaopen_package :: CFunction Source #
Pointer to function opening the package library.