vcpkg/ports/ada-url/vcpkg.json
myd7349 e4e5d2dc0f
[ada-url] Add new port (#31485)
* [ada-url] Add new port

* [ada-url] Version

* [ada-url] Update to 2.4.2

* [ada-url] Bump version

* [ada-url] tools doesn't support UWP

* [ada-url] Overwrite version
2023-05-23 13:00:34 -07:00

24 lines
454 B
JSON

{
"name": "ada-url",
"version": "2.4.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"
}
}
}