diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/yalantinglibs/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/yalantinglibs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yalantinglibs/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/yalantinglibs/vcpkg.json b/vcpkg/ports/yalantinglibs/vcpkg.json new file mode 100644 index 0000000..043cdcb --- /dev/null +++ b/vcpkg/ports/yalantinglibs/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "yalantinglibs", + "version": "0.5.5", + "description": "A Collection of C++20 libraries, include struct_pack, struct_json, struct_xml, struct_yaml, struct_pb, easylog, coro_rpc, coro_http and async_simple", + "homepage": "https://github.com/alibaba/yalantinglibs", + "license": "Apache-2.0", + "supports": "!android", + "dependencies": [ + { + "name": "asio", + "version>=": "1.24.0" + }, + { + "name": "async-simple", + "version>=": "1.3" + }, + "cinatra", + { + "name": "frozen", + "version>=": "1.2.0" + }, + { + "name": "iguana", + "version>=": "1.0.9" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |