mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:11:19 +08:00
8ef3e28099
* [libuv/librsync/libqrencode] Update to latest release version * Update the baseline version * [libuv] Add new source file epoll.c * Update the source * Small changes
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"name": "libuv",
|
|
"version-semver": "1.42.0",
|
|
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
|
|
"homepage": "https://github.com/libuv/libuv",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|