vcpkg/ports/ada-url/vcpkg.json
Jia Yue Hua 23b4341bc4
[ada-url] update to 2.7.6 (#36543)
* [ada-url] update to 2.7.6

* [ada-url] update to 2.7.6
2024-02-05 11:36:01 -08:00

28 lines
520 B
JSON

{
"name": "ada-url",
"version": "2.7.6",
"description": "WHATWG-compliant and fast URL parser written in modern C++",
"homepage": "https://ada-url.com/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build CLI tools (adaparse)",
"supports": "!uwp",
"dependencies": [
"cxxopts",
"fmt"
]
}
}
}