mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 22:59:07 +08:00
25 lines
444 B
JSON
25 lines
444 B
JSON
|
{
|
||
|
"name": "luv",
|
||
|
"version-semver": "1.44.2",
|
||
|
"description": "Bare libuv bindings for lua",
|
||
|
"homepage": "https://github.com/luvit/luv",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "libuv",
|
||
|
"version>=": "1.44.2"
|
||
|
},
|
||
|
"lua-compat53",
|
||
|
"luajit",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|