vcpkg/ports/srpc/vcpkg.json

24 lines
408 B
JSON
Raw Normal View History

2021-08-28 03:50:41 +08:00
{
"name": "srpc",
2024-10-21 14:06:22 +08:00
"version-semver": "0.10.3",
"port-version": 1,
2021-08-28 03:50:41 +08:00
"description": "RPC based on Sogou C++ Workflow",
"homepage": "https://github.com/sogou/srpc",
"dependencies": [
"lz4",
"openssl",
"protobuf",
"snappy",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"workflow",
"zlib"
]
}