mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 05:39:01 +08:00
1e4bfb254a
* Fix feature cpp in port lua * Update vcpkg.json * version
26 lines
505 B
JSON
26 lines
505 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.4",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|