mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:09:05 +08:00
13 lines
286 B
JSON
13 lines
286 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|