vcpkg/ports/libuv/vcpkg.json

18 lines
378 B
JSON
Raw Normal View History

{
"name": "libuv",
2023-07-13 04:07:17 +08:00
"version-semver": "1.46.0",
"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
}
]
}