diff options
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 + } + ] +} |