mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:21:47 +08:00
16 lines
359 B
JSON
16 lines
359 B
JSON
|
{
|
||
|
"name": "lua",
|
||
|
"version-string": "5.4.3",
|
||
|
"port-version": 1,
|
||
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
||
|
"homepage": "https://www.lua.org",
|
||
|
"features": {
|
||
|
"cpp": {
|
||
|
"description": "Builds Lua for C++ linkage"
|
||
|
},
|
||
|
"tools": {
|
||
|
"description": "Builds Lua compiler and interpreter"
|
||
|
}
|
||
|
}
|
||
|
}
|