vcpkg/ports/libuv/vcpkg.json
2023-11-22 14:30:45 -08:00

20 lines
421 B
JSON

{
"name": "libuv",
"version-semver": "1.46.0",
"port-version": 1,
"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
}
]
}