mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
cb7d3b4999
* [libuv] Update to 1.45.0 * [libuv] Update all consuming ports * [libuv] Update versions * resolve port SHA * Add port-version * update version * revert usockets.json --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
26 lines
465 B
JSON
26 lines
465 B
JSON
{
|
|
"name": "luv",
|
|
"version-semver": "1.44.2",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|