mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:59:01 +08:00
15 lines
294 B
JSON
15 lines
294 B
JSON
|
{
|
||
|
"name": "avro-c",
|
||
|
"version-string": "1.9.2",
|
||
|
"port-version": 2,
|
||
|
"description": "Apache Avro is a data serialization system",
|
||
|
"homepage": "https://github.com/apache/avro",
|
||
|
"supports": "!(uwp | osx)",
|
||
|
"dependencies": [
|
||
|
"jansson",
|
||
|
"liblzma",
|
||
|
"snappy",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|