mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
0707a17ecf
* Restore upstream's DLL name * Don't add debug postfix * Decouple wrapper from config * Don't inject Find module stuff into config * Cleanup * [skip actions] Trim lzmad and LibLZMA patching * [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA * [skip actions] CI * Update manifests * Update versions * Backfill LibLZMA::LibLZMA to CMake < 3.14 * Update versions * Update versions
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "avro-c",
|
|
"version": "1.11.0",
|
|
"port-version": 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"
|
|
]
|
|
}
|