vcpkg/ports/avro-cpp/vcpkg.json
Pavel Kisliak 7432ae01e9
[avro-cpp] Update to latest version (2022-11-07) (#27825)
* [avro-cpp] Update to 1.11.1

* [avro-cpp] Update version file

* [Avro-cpp] Add "licence" to port file

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* [Avro-cpp] Fix HEAD_REF branch (revert to master)

* [avro-cpp] Update version file

* [avro-cpp] Fix build 'test' feature, update version

* [avro-cpp] Update version

* [avro-cpp] Update 'usage' file and replace deprecated function

* [avro-cpp] Update version

* [avro-cpp] Update 'usage' file

* [avro-cpp] Update version

* [avro-cpp] Update 'usage' file

* [avro-cpp] Update version

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-11-21 08:51:38 -08:00

45 lines
917 B
JSON

{
"name": "avro-cpp",
"version-date": "2022-11-07",
"description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro",
"license": "Apache-2.0",
"supports": "!(windows & static)",
"dependencies": [
"boost-algorithm",
"boost-any",
"boost-crc",
"boost-filesystem",
"boost-format",
"boost-iostreams",
"boost-lexical-cast",
"boost-math",
"boost-program-options",
"boost-random",
"boost-tuple",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
],
"features": {
"snappy": {
"description": "Support Snappy for compression",
"dependencies": [
"snappy"
]
},
"test": {
"description": "Build tests",
"dependencies": [
"boost-asio",
"boost-bind",
"boost-smart-ptr",
"boost-test",
"boost-thread"
]
}
}
}