mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:59:00 +08:00
3dde7849b9
* 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>
28 lines
554 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|