mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
6c6cef934e
* [lua] update to 5.4.6 * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.6",
|
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
|
"homepage": "https://www.lua.org",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds Lua for C++ linkage",
|
|
"supports": "!uwp"
|
|
},
|
|
"tools": {
|
|
"description": "Builds Lua compiler and interpreter",
|
|
"supports": "!ios"
|
|
}
|
|
}
|
|
}
|