aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-cpp/vcpkg.json
blob: 88c00cf79d421b47351f0804f58457a5ab504c55 (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
31
32
{
  "name": "avro-cpp",
  "version-date": "2021-06-01",
  "port-version": 1,
  "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-math",
    "boost-program-options",
    "boost-random",
    "boost-test",
    "boost-thread",
    "bzip2",
    "liblzma",
    "libzip",
    "zlib",
    "zstd"
  ],
  "features": {
    "snappy": {
      "description": "Support Snappy for compression",
      "dependencies": [
        "snappy"
      ]
    }
  }
}