zeek/auxil/vcpkg/ports/avro-c/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
347 B
JSON

{
"name": "avro-c",
"version": "1.12.0",
"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"
]
}