aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ada-url/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ada-url/vcpkg.json')
-rw-r--r--vcpkg/ports/ada-url/vcpkg.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/ada-url/vcpkg.json b/vcpkg/ports/ada-url/vcpkg.json
new file mode 100644
index 0000000..f7fed21
--- /dev/null
+++ b/vcpkg/ports/ada-url/vcpkg.json
@@ -0,0 +1,27 @@
+{
+ "name": "ada-url",
+ "version": "3.3.0",
+ "description": "WHATWG-compliant and fast URL parser written in modern C++",
+ "homepage": "https://ada-url.com/",
+ "license": "MIT OR Apache-2.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "tools": {
+ "description": "Build CLI tools (adaparse)",
+ "supports": "!uwp",
+ "dependencies": [
+ "cxxopts",
+ "fmt"
+ ]
+ }
+ }
+}