mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:58:04 +08:00
b89e291b45
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
24 lines
408 B
JSON
24 lines
408 B
JSON
{
|
|
"name": "srpc",
|
|
"version-semver": "0.10.3",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|