vcpkg/ports/avro-c/vcpkg.json
Jia Yue Hua 3670bd30ef
[avro-c] update to 1.11.3 (#34851)
* [avro-c] update to 1.11.3

* [avro-c] update to 1.11.3
2023-11-02 10:39:26 -07:00

19 lines
347 B
JSON

{
"name": "avro-c",
"version": "1.11.3",
"description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"jansson",
"liblzma",
"snappy",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}