mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "libuv",
|
|
"version-semver": "1.44.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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|