2021-09-03 04:21:52 +08:00
|
|
|
{
|
|
|
|
"name": "libuv",
|
2024-10-22 02:44:11 +08:00
|
|
|
"version-semver": "1.49.2",
|
2021-09-03 04:21:52 +08:00
|
|
|
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
|
2021-09-08 12:40:10 +08:00
|
|
|
"homepage": "https://github.com/libuv/libuv",
|
2022-07-09 04:02:45 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2023-11-23 06:30:45 +08:00
|
|
|
"supports": "!uwp",
|
2021-09-08 12:40:10 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-09-03 04:21:52 +08:00
|
|
|
}
|