diff options
Diffstat (limited to 'vcpkg/ports/skyr-url/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/skyr-url/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/skyr-url/vcpkg.json b/vcpkg/ports/skyr-url/vcpkg.json new file mode 100644 index 0000000..fd08456 --- /dev/null +++ b/vcpkg/ports/skyr-url/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "skyr-url", + "version": "1.13.0", + "port-version": 2, + "description": "A C++ library that implements the WhatWG URL specification", + "homepage": "https://github.com/cpp-netlib/url", + "dependencies": [ + "nlohmann-json", + "range-v3", + "tl-expected", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |