aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/skyr-url/vcpkg.json
blob: fd08456bd9622ab19d0231a2b1a2471e178c77f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "skyr-url",
  "version": "1.13.0",
  "port-version": 2,
  "description": "A C++ library that implements the WhatWG URL specification",
  "homepage": "https://github.com/cpp-netlib/url",
  "dependencies": [
    "nlohmann-json",
    "range-v3",
    "tl-expected",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}