aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libuv/vcpkg.json
blob: ec74ccc8b77362e5e6e54731d7a9c7ec9d5ee99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libuv",
  "version-semver": "1.51.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",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}