vcpkg/ports/srpc/vcpkg.json
2021-08-27 12:50:41 -07:00

23 lines
386 B
JSON

{
"name": "srpc",
"version-semver": "0.9.3",
"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"
]
}