yuzu/externals/vcpkg/ports/skyr-url/vcpkg.json

21 lines
408 B
JSON
Executable File

{
"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
}
]
}