vcpkg/ports/ada-url/vcpkg.json

28 lines
520 B
JSON
Raw Permalink Normal View History

{
"name": "ada-url",
2024-09-30 23:45:17 +08:00
"version": "2.9.2",
"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"
]
}
}
}