mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
3670bd30ef
* [avro-c] update to 1.11.3 * [avro-c] update to 1.11.3
19 lines
347 B
JSON
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"
|
|
]
|
|
}
|