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