29 lines
576 B
JSON
29 lines
576 B
JSON
|
{
|
||
|
"name": "lua",
|
||
|
"version": "5.4.4",
|
||
|
"port-version": 2,
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|