aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/avro-cpp/vcpkg.json
blob: ab8cf5e819759c05273b308a12fbe273bfe1a74b (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
33
34
35
36
37
38
39
{
  "name": "avro-cpp",
  "version": "1.12.0",
  "port-version": 2,
  "description": "Apache Avro is a data serialization system",
  "homepage": "https://github.com/apache/avro",
  "license": "Apache-2.0",
  "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",
    "fmt",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "snappy": {
      "description": "Support Snappy for compression",
      "dependencies": [
        "snappy"
      ]
    }
  }
}