mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.7",
|
|
"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"
|
|
}
|
|
}
|
|
}
|