aboutsummaryrefslogtreecommitdiff
path: root/ports/uriparser/vcpkg.json
blob: dab0db2bb096891529c5b6dc07ca57bad77a1f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "uriparser",
  "version-semver": "0.9.5",
  "description": "Strictly RFC 3986 compliant URI parsing and handling library written in C89.",
  "homepage": "https://uriparser.github.io/",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Builds CLI tool uriparse."
    }
  }
}