mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
4fa284dc00
* [luv] add new port libuv bindings for lua * [lua-compat53] add new port * fixup!: bad indentation * refactor: remove superfluous feature desc
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
|
|
}
|
|
]
|
|
}
|