Apache Avro is a data serialization system
Run the following Vcpkg command to install the port.
vcpkg install avro-cpp
avro-cpp provides CMake targets:
find_package(avro-cpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE avro-cpp::avrocpp)
Support Snappy for compression
Build extra executables
Support zstd for compression
v1.12.2#0
Aug 31, 2026
!uwp
github.com/apache/avro
61a6d90a8c
Apache-2.0
Manifest