mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
699eab7eca
* [lua] update to 5.4.4 * update version * update usage * update versions * update usage * overwrite verison * update methods * overwrite version
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.4",
|
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
|
"homepage": "https://www.lua.org",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds Lua for C++ linkage"
|
|
},
|
|
"tools": {
|
|
"description": "Builds Lua compiler and interpreter"
|
|
}
|
|
}
|
|
}
|