vcpkg/ports/capnproto/vcpkg.json
Ray Tang 3dde7849b9
[capnproto] update capnp version to 0.10.2 (#26936)
* update capnp version to 0.10.2

* fix build

* Update ports/capnproto/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* fix after port update

* add license

* update version

* update version

Co-authored-by: Ray Tang <ray.tang@xycapitalgroup.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-23 10:13:27 -07:00

28 lines
554 B
JSON

{
"name": "capnproto",
"version": "0.10.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"
]
}
}
}