vcpkg/ports/capnproto/vcpkg.json
chausner 4f06d9d0b9
[capnproto] Update to 0.9.1 (#20436)
* Update capnproto to 0.9.1

* Update CI baseline

* Fix indentation

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 22:25:12 -07:00

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"
]
}
}
}