vcpkg/ports/lua-compat53/vcpkg.json

18 lines
356 B
JSON
Raw Normal View History

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