mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:22:52 +08:00
16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"name": "lua",
|
|
"version-semver": "5.4.3",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|