lua v5.4.7
- Created
- Updated
A powerful, fast, lightweight, embeddable scripting language
# Usage
Use this package via the module FindLua that comes with CMake. To use in your CMakeLists.txt:
find_package(Lua REQUIRED)
target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${LUA_LIBRARIES})
# License
Unspecified
Copyright � 1994�2016 Lua.org, PUC-Rio.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Supported Platforms
All platforms are supported
# Features
No default features set.
# cpp
Builds Lua for C++ linkage
Supports: !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tools
Builds Lua compiler and interpreter
Supports: !ios
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Adam Martin
- Robert Schumacher
- Alexander Karatarakis
- codicodi
- Stephen E. Baker
- alex85k
- TitanSnow
- pravic
- Kevin Lu
- paul-reilly
- Jack·Boos·Yu
- Lily
- JonLiu1993
- Frank Hale
- Park DongHa
- Frank
- Thomas1664
- Ruitard
- autoantwort
- Tobias Funk
- Cheney Wang
# Changelog
and 29 more commits:
1211c77
[lua] Move tools to /tools/lua6fb6abb
[lua] fix static build493d94e
Dynamically link lua.dll to lua.exe26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)3e0dc1e
[lua] Expanded comment on COMPILE_AS_CPPb9b27e7
[lua] add comment about new option1551d99
[lua] update to 5.3.490d814f
[lua] bump version3d58393
[lua] don't export from executablesd8db19a
[lua] bump versionfffc1dc
[lua] no debug toolsfd74c49
[lua] add interpreter and compiler1808d46
triplet is now automatically included before portfiles.0de56e1
[lua] Add version and descriptiond3a453e
[lua] Reduce post-install work needed in portfile by adding them to CMakeLists.txtea65c0e
[lua] Initial addition