aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-cpp/vcpkg.json
blob: 72cf168bc81c4f65f9b28bd0ddefe1293e688c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "avro-cpp",
  "version-date": "2021-06-01",
  "description": "Apache Avro is a data serialization system",
  "homepage": "https://github.com/apache/avro",
  "supports": "!(windows & static)",
  "dependencies": [
    "boost-crc",
    "boost-filesystem",
    "boost-format",
    "boost-iostreams",
    "boost-program-options",
    "boost-random",
    "boost-test",
    "boost-thread",
    "bzip2",
    "liblzma",
    "libzip",
    "zlib",
    "zstd"
  ],
  "features": {
    "snappy": {
      "description": "Support Snappy for compression",
      "dependencies": [
        "snappy"
      ]
    }
  }
}