vcpkg/ports/libuv/vcpkg.json

19 lines
400 B
JSON
Raw Permalink Normal View History

{
"name": "libuv",
2024-10-22 02:44:11 +08:00
"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",
2023-11-23 06:30:45 +08:00
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}