mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
4f06d9d0b9
* Update capnproto to 0.9.1 * Update CI baseline * Fix indentation * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"name": "capnproto",
|
|
"version": "0.9.1",
|
|
"description": "Data interchange format and capability-based RPC system",
|
|
"homepage": "https://capnproto.org/",
|
|
"supports": "!uwp & !((arm | arm64) & windows)",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|