mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:21:49 +08:00
24 lines
454 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|