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