大萝卜 41800cec5f
[yalantinglibs] Add a new port (#42154)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-11-26 12:42:42 -08:00

31 lines
681 B
JSON

{
"name": "yalantinglibs",
"version": "0.3.10",
"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"
},
{
"name": "frozen",
"version>=": "1.2.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}