vcpkg/ports/lua-compat53/vcpkg.json
kylo252 4fa284dc00
[luv] add new port (#26438)
* [luv] add new port

libuv bindings for lua

* [lua-compat53] add new port

* fixup!: bad indentation

* refactor: remove superfluous feature desc
2022-10-14 16:01:28 -07:00

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
}
]
}