aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/upa-url/vcpkg.json
blob: aab21136e447e0a41f925fca3fe594691b92b867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "upa-url",
  "version": "2.3.0",
  "description": "An implementation of the WHATWG URL Standard in C++",
  "homepage": "https://github.com/upa-url/upa",
  "documentation": "https://upa-url.github.io/docs/",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}