mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:11:44 +08:00
12 lines
279 B
JSON
12 lines
279 B
JSON
|
{
|
||
|
"name": "capnproto",
|
||
|
"version-string": "0.8.0",
|
||
|
"port-version": 2,
|
||
|
"description": "Data interchange format and capability-based RPC system",
|
||
|
"homepage": "https://capnproto.org/",
|
||
|
"supports": "!uwp & !((arm | arm64) & windows)",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|