mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "libuv",
|
|
"version-semver": "1.49.2",
|
|
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
|
|
"homepage": "https://github.com/libuv/libuv",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|