mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
03feb5af01
* [capnproto] update to 1.0.2 * [capnproto] update to 1.0.2
28 lines
553 B
JSON
28 lines
553 B
JSON
{
|
|
"name": "capnproto",
|
|
"version": "1.0.2",
|
|
"description": "Data interchange format and capability-based RPC system",
|
|
"homepage": "https://capnproto.org/",
|
|
"license": "MIT",
|
|
"supports": "!windows | (!uwp & !arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "Build libkj-tls by linking against OpenSSL.",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|