mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +08:00
18 lines
356 B
JSON
18 lines
356 B
JSON
|
{
|
||
|
"name": "lua-compat53",
|
||
|
"version": "0.10",
|
||
|
"description": "provide Lua-5.3-style C APIs for Lua 5.2 and 5.1",
|
||
|
"homepage": "https://github.com/lunarmodules/lua-compat-5.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|