28 lines
554 B
JSON
28 lines
554 B
JSON
|
{
|
||
|
"name": "capnproto",
|
||
|
"version": "0.9.1",
|
||
|
"port-version": 2,
|
||
|
"description": "Data interchange format and capability-based RPC system",
|
||
|
"homepage": "https://capnproto.org/",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|